Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
matcom
/
codex
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
14
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
codex
/
docs
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
main
Breadcrumbs
codex
/
docs
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
15_binary_trees_files/
libs
15_binary_trees_files/
libs
16_bst_files/
libs
16_bst_files/
libs
17_avl_files/
libs
17_avl_files/
libs
18_treap_files/
libs
18_treap_files/
libs
19_heap_files/
libs
19_heap_files/
libs
20_trie_files/
libs
20_trie_files/
libs
21_segment_files/
libs
21_segment_files/
libs
22_fenwick_files/
libs
22_fenwick_files/
libs
23_brute_files/
libs
23_brute_files/
libs
24_automaton_files/
libs
24_automaton_files/
libs
25_kmp_files/
libs
25_kmp_files/
libs
26_boyer_moore_files/
libs
26_boyer_moore_files/
libs
27_rabin_karp_files/
libs
27_rabin_karp_files/
libs
28_aho_corasick_files/
libs
28_aho_corasick_files/
libs
29_suffix_array_files/
libs
29_suffix_array_files/
libs
30_edit_distance_files/
libs
30_edit_distance_files/
libs
lessons_4_files/
libs
lessons_4_files/
libs
part4_files/
libs
part4_files/
libs
.gitignore
.gitignore
00_intro.md
00_intro.md
00_intro.qmd
00_intro.qmd
01_search.md
01_search.md
01_search.qmd
01_search.qmd
02_binary.md
02_binary.md
02_binary.qmd
02_binary.qmd
03_sort.md
03_sort.md
03_sort.qmd
03_sort.qmd
04_sort_fast.md
04_sort_fast.md
04_sort_fast.qmd
04_sort_fast.qmd
05_rankings.md
05_rankings.md
05_rankings.qmd
05_rankings.qmd
06_linear_sort.md
06_linear_sort.md
06_linear_sort.qmd
06_linear_sort.qmd
07_sort_practice.md
07_sort_practice.md
07_sort_practice.qmd
07_sort_practice.qmd
08_memory.md
08_memory.md
08_memory.qmd
08_memory.qmd
09_linked.md
09_linked.md
09_linked.qmd
09_linked.qmd
10_stack.md
10_stack.md
10_stack.qmd
10_stack.qmd
11_queue.md
11_queue.md
11_queue.qmd
11_queue.qmd
12_hash.md
12_hash.md
12_hash.qmd
12_hash.qmd
13_bloom.md
13_bloom.md
13_bloom.qmd
13_bloom.qmd
14_union_find.md
14_union_find.md
14_union_find.qmd
14_union_find.qmd
15_binary_trees.md
15_binary_trees.md
15_binary_trees.qmd
15_binary_trees.qmd
16_bst.md
16_bst.md
16_bst.qmd
16_bst.qmd
17_avl.md
17_avl.md
17_avl.qmd
17_avl.qmd
18_treap.md
18_treap.md
18_treap.qmd
18_treap.qmd
19_heap.md
19_heap.md
19_heap.qmd
19_heap.qmd
20_trie.md
20_trie.md
20_trie.qmd
20_trie.qmd
21_segment.md
21_segment.md
21_segment.qmd
21_segment.qmd
22_fenwick.md
22_fenwick.md
22_fenwick.qmd
22_fenwick.qmd
23_brute.md
23_brute.md
23_brute.qmd
23_brute.qmd
24_automaton.md
24_automaton.md
24_automaton.qmd
24_automaton.qmd
25_kmp.md
25_kmp.md
25_kmp.qmd
25_kmp.qmd
26_boyer_moore.md
26_boyer_moore.md
26_boyer_moore.qmd
26_boyer_moore.qmd
27_rabin_karp.md
27_rabin_karp.md
27_rabin_karp.qmd
27_rabin_karp.qmd
28_aho_corasick.md
28_aho_corasick.md
28_aho_corasick.qmd
28_aho_corasick.qmd
29_suffix_array.md
29_suffix_array.md
29_suffix_array.qmd
29_suffix_array.qmd
30_edit_distance.md
30_edit_distance.md
30_edit_distance.qmd
30_edit_distance.qmd
31_graph_rep.md
31_graph_rep.md
31_graph_rep.qmd
31_graph_rep.qmd
32_bfs.md
32_bfs.md
32_bfs.qmd
32_bfs.qmd
33_dfs.md
33_dfs.md
33_dfs.qmd
33_dfs.qmd
34_dijkstra.md
34_dijkstra.md
34_dijkstra.qmd
34_dijkstra.qmd
35_relaxation.md
35_relaxation.md
35_relaxation.qmd
35_relaxation.qmd
36_mst.md
36_mst.md
36_mst.qmd
36_mst.qmd
37_topo_scc.md
37_topo_scc.md
37_topo_scc.qmd
37_topo_scc.qmd
38_flow.md
38_flow.md
38_flow.qmd
38_flow.qmd
_quarto.yml
_quarto.yml
appendix-math.md
appendix-math.md
appendix-math.qmd
appendix-math.qmd
View all files
You can’t perform that action at this time.