Skip to content

codeAlgorithm/codealgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

codeAlgorithm — Algorithms ● Visualizations ● Mind Maps

GitHub followers Website License Repo Size


animated demo

A curated playground for learning algorithms — interactive visualizers, clear implementations (C++ / Python / Java), and a structured mind map for interview & contest prep.


🔥 Quick links


🚀 Highlights

  • Interactive sorting & graph visualizers (play, pause, step).
  • Algorithm mind map (Mermaid) for quick revision paths.
  • Multi-language reference implementations with tests.
  • Short, annotated solutions ideal for interviews and contests.

🧭 Algorithm Mind Map (Mermaid)

Paste this block into any GitHub README page — GitHub supports Mermaid diagrams.

flowchart LR
  ALGO[Algorithms]
  SORT[Sorting<br/>Quick • Merge • Heap • Radix]
  GRAPH[Graphs<br/>BFS • DFS • Dijkstra • MST]
  DP[Dynamic Programming<br/>Knapsack • LIS • Tree DP]
  STR[Strings<br/>KMP • Rolling Hash • Suffix]
  GREEDY[Greedy<br/>Interval • Huffman]

  ALGO --> SORT
  ALGO --> GRAPH
  ALGO --> DP
  ALGO --> STR
  SORT --> GREEDY
  GRAPH --> DP
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published