Commit 29e2753
committed
feat: add visualizers for various data structures including Linked List, Queue, Stack, Tree, and Trie
- Implement LinkedListVisualizer for head/tail insertion and deletion.
- Implement QueueVisualizer for enqueue and dequeue operations.
- Implement StackVisualizer with animations for push and pop operations.
- Implement TreeVisualizer for adding and removing child nodes.
- Implement TrieVisualizer for inserting words and searching prefixes.
feat: create interactive quiz and learning pages
- Add questions and topics data for quizzes.
- Implement Quiz component to handle question navigation and scoring.
- Implement Learn component to display topics with visualizers and summaries.
style: add Tailwind CSS for styling and layout
- Configure Tailwind CSS with dark mode support.
- Add base styles and typography utilities.
chore: setup project structure and configurations
- Initialize Vite with React and TypeScript.
- Configure TypeScript paths for easier imports.
- Setup local storage utilities for tracking progress and quiz results.1 parent 22b2d83 commit 29e2753
36 files changed
Lines changed: 13249 additions & 0 deletions
File tree
- content
- scripts
- src
- components
- Visualizer
- data
- pages
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments