Skip to content
View codeAlgorithm's full-sized avatar
:octocat:
Algorithmic coding
:octocat:
Algorithmic coding
  • codealgorithm
  • Joined Oct 13, 2025

Block or report codeAlgorithm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codealgorithm/README.md

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

Popular repositories Loading

  1. Python---Search-Algorithm---Linear-Search---Hash-Search Python---Search-Algorithm---Linear-Search---Hash-Search Public

    2

  2. codealgorithm codealgorithm Public

    2

  3. sorting-algorithm sorting-algorithm Public

    1

  4. Python-Search-Algorithm-Linear-Search-Traversal-Search Python-Search-Algorithm-Linear-Search-Traversal-Search Public

    1

  5. Python-Search-Algorithm-Linear-Search-Binary-Search Python-Search-Algorithm-Linear-Search-Binary-Search Public

    1