Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmdv/go-algo
Data structures in Golang. Leetcode, Hackerrank
https://github.com/dmdv/go-algo
algorithms challenges data-structures datastructures hackerrank leetcode
Last synced: 20 days ago
JSON representation
Data structures in Golang. Leetcode, Hackerrank
- Host: GitHub
- URL: https://github.com/dmdv/go-algo
- Owner: Dmdv
- License: mit
- Created: 2024-05-16T04:13:26.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T05:58:33.000Z (6 months ago)
- Last Synced: 2024-07-14T05:38:51.979Z (6 months ago)
- Topics: algorithms, challenges, data-structures, datastructures, hackerrank, leetcode
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms
Collection of challenges from hackerrank, leetcode, codeforces, etc.
## 1. Arrays
## 2. Matrix
## 3. Strings
## 4. Linked List
## 5. Stack
## 6. Queue
## 7. Tree
## 8. Graph
## 9. Sorting
## 10. Searching
## 11. Hashing
## 12. Bit Manipulation
## 13. Recursion
## 14. Dynamic Programming
## 15. Greedy
## 16. Backtracking
## 17. Divide and Conquer
## 18. Geometric
## 19. Mathematical
## 20. Bitwise
## 21. Puzzles
## 22. Tries
## 23. Miscellaneous