Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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