cangjie-algorithm

Provide Cangjie algorithm templates for sorting, searching, DP, graphs, and strings.

4|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/JunjieChen0/NJUST --skill cangjie-algorithm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-algorithm
Source: https://github.com/JunjieChen0/NJUST/tree/main/.njust-ai/skills/cangjie-algorithm
Command: npx skills add https://github.com/JunjieChen0/NJUST --skill cangjie-algorithm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides reference implementations and practical templates for the Cangjie programming language, covering common algorithms and data structures to accelerate learning and code reuse.

Core Features & Use Cases

  • Sorting: in-place array and collection sorting, custom comparator patterns, and multi-type sorting.
  • Searching & DP: binary search variants, dynamic programming templates, and optimization patterns.
  • Data Structures & Graphs: linked lists, trees, graphs, BFS/DFS templates, and traversal utilities for quick prototyping.

Quick Start

Run a search for a dataset and apply the provided Cangjie templates to implement a fast sort-then-search workflow.

Frequently Asked Questions about cangjie-algorithm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement binary search and dynamic programming in Cangjie?

You can implement binary search and DP in Cangjie using provided algorithm templates covering search variants, DP patterns, and optimization techniques for rapid prototyping and interview preparation.

What Cangjie templates are available for graph traversal and data structures?

Cangjie templates provide BFS and DFS graph traversal utilities, alongside fundamental data structure implementations like linked lists and trees for quick prototyping and code reuse.

Can I use these Cangjie algorithm templates for in-place array sorting?

Yes, the Cangjie algorithm templates support in-place array and collection sorting, including custom comparator patterns and multi-type sorting to accelerate code reuse.

What's the best way to start with Cangjie sorting and searching algorithms?

Run a search on a dataset and apply the provided Cangjie templates to implement a fast sort-then-search workflow, accelerating learning and practical code implementation.

Does this skill provide string processing and sorting templates for the Cangjie language?

Yes, the skill provides Cangjie language templates for string processing, sorting, searching, dynamic programming, and graph traversal to support learning and interview preparation.