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
Accelerator
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
Type
/
to 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 }}
zrlwoaini
/
hello-algo
Public
forked from
krahets/hello-algo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Sep 21, 2023
feat: add C code in chapter_greedy (#755)
Show description for d225b41
Nigh
and
krahets
authored
d225b41
View commit details
Copy full SHA for d225b41
Browse repository at this point
Update .gitignore
Show description for af65ab0
krahets
committed
af65ab0
View commit details
Copy full SHA for af65ab0
Browse repository at this point
feat: add previous and next button in content.html (#763)
Show description for 1657418
3 people
authored
1657418
View commit details
Copy full SHA for 1657418
Browse repository at this point
Refactor the hash_map_open_addressing implementation with lazy reallocation. (#776)
krahets
authored
a46b482
View commit details
Copy full SHA for a46b482
Browse repository at this point
fix: Update hash_map_open_addressing.java (#727)
Show description for 45e20e5
lyl625760
and
krahets
authored
45e20e5
View commit details
Copy full SHA for 45e20e5
Browse repository at this point
Commits on Sep 19, 2023
Several bug fixes.
krahets
committed
8effa58
View commit details
Copy full SHA for 8effa58
Browse repository at this point
Fix unreleased memory error (#769)
Show description for 53d91db
Gonglja
and
krahets
authored
53d91db
View commit details
Copy full SHA for 53d91db
Browse repository at this point
Fix linkedlist queue print error (#770)
Show description for bd740b0
Gonglja
and
krahets
authored
bd740b0
View commit details
Copy full SHA for bd740b0
Browse repository at this point
follow PEP585 typing (#767)
Show description for 7cbe284
qingpeng9802
authored
7cbe284
View commit details
Copy full SHA for 7cbe284
Browse repository at this point
Commits on Sep 16, 2023
fine tune
krahets
committed
9f59c57
View commit details
Copy full SHA for 9f59c57
Browse repository at this point
feat: add Rust code in queue.md and deque.md (#757)
Show description for b2246e1
hts0000
authored
b2246e1
View commit details
Copy full SHA for b2246e1
Browse repository at this point
Commits on Sep 14, 2023
feat: add Rust code in stack.md (#748)
Show description for 0a2ad44
lhxsm
and
krahets
authored
0a2ad44
View commit details
Copy full SHA for 0a2ad44
Browse repository at this point
add Rust codes for hash_map (#751)
0130w
authored
eba015c
View commit details
Copy full SHA for eba015c
Browse repository at this point
fix build_tree, binary_search_tree.cs
Show description for cb9c14f
krahets
committed
cb9c14f
View commit details
Copy full SHA for cb9c14f
Browse repository at this point
Commits on Sep 13, 2023
Remove duplication in cmake (#756)
Show description for af2aeb0
Nigh
and
krahets
authored
af2aeb0
View commit details
Copy full SHA for af2aeb0
Browse repository at this point
Several enhancements and fixes
krahets
committed
d190dbf
View commit details
Copy full SHA for d190dbf
Browse repository at this point
fix: raise error in peek() function of linkedlist_stack.py, linkedlist_queue.py, linkedlist_deque.py (#754)
Show description for a9d70e9
malone6
and
krahets
authored
a9d70e9
View commit details
Copy full SHA for a9d70e9
Browse repository at this point
Commits on Sep 12, 2023
Update what_is_dsa.md (#745)
Show description for e855497
Horbin-Magician
and
krahets
authored
e855497
View commit details
Copy full SHA for e855497
Browse repository at this point
feat: add c codes for iteration (#735)
Show description for 01732cc
MwumLi
and
krahets
authored
01732cc
View commit details
Copy full SHA for 01732cc
Browse repository at this point
Sync the while loop in iteration.cs with other languages (#746)
malone6
authored
9b8625d
View commit details
Copy full SHA for 9b8625d
Browse repository at this point
fix: modify a function name in array_stack.js(ts) and array_queue.js(ts) (#739)
Show description for d5bac12
keshida
and
krahets
authored
d5bac12
View commit details
Copy full SHA for d5bac12
Browse repository at this point
Update suggestions.md (#744)
Show description for 3e41e2f
Horbin-Magician
authored
3e41e2f
View commit details
Copy full SHA for 3e41e2f
Browse repository at this point
Fix `insert` function in `mylist.c` (#747)
Show description for 4a923f5
Gonglja
and
krahets
authored
4a923f5
View commit details
Copy full SHA for 4a923f5
Browse repository at this point
Commits on Sep 11, 2023
style: Make the picture not glare in dark theme (#741)
Show description for 76e953a
zhouLion
and
krahets
authored
76e953a
View commit details
Copy full SHA for 76e953a
Browse repository at this point
Add comparison between iteration and recursion.
Show description for 5f814d6
krahets
committed
5f814d6
View commit details
Copy full SHA for 5f814d6
Browse repository at this point
Commits on Sep 10, 2023
prepare 1.0.0b5 release
krahets
committed
2b54352
View commit details
Copy full SHA for 2b54352
Browse repository at this point
prepare 1.0.0b5 release
krahets
committed
3530f8c
View commit details
Copy full SHA for 3530f8c
Browse repository at this point
Commits on Sep 9, 2023
Add interation.c recursion.c simple_hash.c binary_search_edge.c binary_search_insertion.c in C codes. (#731)
Show description for 63efe61
Gonglja
and
krahets
authored
63efe61
View commit details
Copy full SHA for 63efe61
Browse repository at this point
Fix print error (#729)
Show description for fb301b5
Gonglja
and
krahets
authored
fb301b5
View commit details
Copy full SHA for fb301b5
Browse repository at this point
Remove unnecessary printing (#733)
Show description for 46d6463
Gonglja
and
krahets
authored
46d6463
View commit details
Copy full SHA for 46d6463
Browse repository at this point
Fix `my_heap.c` build error (#732)
Show description for 7483c6c
Gonglja
and
krahets
authored
7483c6c
View commit details
Copy full SHA for 7483c6c
Browse repository at this point
增加C的贪心算法代码 (#726)
lwbaptx
authored
c8e0c47
View commit details
Copy full SHA for c8e0c47
Browse repository at this point
Commits on Sep 8, 2023
fix preorder_traversal_iii_compact code
krahets
committed
f71b2a4
View commit details
Copy full SHA for f71b2a4
Browse repository at this point
Commits on Sep 7, 2023
feat: add rust codes for simple_hash (#724)
night-cruise
authored
2217ffc
View commit details
Copy full SHA for 2217ffc
Browse repository at this point
feat: Add C codes for chapter_hashing (#706)
Show description for 180d498
XiaChuerwu
and
krahets
authored
180d498
View commit details
Copy full SHA for 180d498
Browse repository at this point
Previous
Next
You can’t perform that action at this time.