-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.txt
More file actions
70 lines (62 loc) · 5.06 KB
/
sitemap.txt
File metadata and controls
70 lines (62 loc) · 5.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# StructWeave Sitemap
# Algorithm Learning & Interview Preparation Resource
# https://github.com/nirajkvinit/StructWeave-Algorithms
# Main Pages
https://github.com/nirajkvinit/StructWeave-Algorithms
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/GLOSSARY.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/CONTRIBUTING.md
# Algorithmic Patterns (17 Core Patterns)
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/two-pointers.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/sliding-window.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/binary-search.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/prefix-sum.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/monotonic-stack.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/cyclic-sort.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/merge-intervals.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/two-heaps.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/k-way-merge.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/graph-traversal.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/topological-sort.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/backtracking.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/dynamic-programming.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/greedy.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/divide-and-conquer.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/patterns/bitwise-xor.md
# Data Structures
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/arrays.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/linked-lists.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/stacks-and-queues.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/trees.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/graphs.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/hash-tables.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/heaps.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/strategies/data-structures/tries.md
# Language Guides
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/languages/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/languages/python/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/languages/golang/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/languages/typescript/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/languages/rust/README.md
# Problems Index
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/foundation/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/easy/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/medium/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/hard/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/problems/REAL_WORLD_APPLICATIONS.md
# Learning Paths & Assessments
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/tracks/roadmap.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/assessments/README.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/assessments/entry-assessment.md
# Examples & Walkthroughs
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/examples/two-sum-walkthrough.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/examples/valid-parentheses-walkthrough.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/examples/merge-intervals-walkthrough.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/examples/course-schedule-walkthrough.md
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/examples/lru-cache-walkthrough.md
# Practice Resources
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/practice/pattern-drills/
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/practice/mixed-practice/
https://github.com/nirajkvinit/StructWeave-Algorithms/blob/main/practice/review-schedules/