Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalpit-sharma-dev/go-datastructures
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Golang bootcamp. GO Data Structures & Algorithms
https://github.com/kalpit-sharma-dev/go-datastructures
algorithms algorithms-and-data-structures competetive-programming data-structures golang golang-examples interview interview-preparation interview-questions interviewbit interviewbit-solutions map math
Last synced: about 1 month ago
JSON representation
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Golang bootcamp. GO Data Structures & Algorithms
- Host: GitHub
- URL: https://github.com/kalpit-sharma-dev/go-datastructures
- Owner: kalpit-sharma-dev
- License: mit
- Created: 2021-07-05T17:48:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T12:41:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T22:39:17.971Z (about 2 months ago)
- Topics: algorithms, algorithms-and-data-structures, competetive-programming, data-structures, golang, golang-examples, interview, interview-preparation, interview-questions, interviewbit, interviewbit-solutions, map, math
- Language: Go
- Homepage: https://www.linkedin.com/in/kalpit-sharma/
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-DataStructures -- This Repo contains questions solved in Golang related to Datastructure and Algo
Each Folder contains an importantques.txt , whcih has important question for each topic## 1. Bit-Manipulation
## 2. Arrays
## 3. Backtracking
## 4. Binary Search Trees
## 5. Dynamic Programming
## 6. Graph
## 7. Greedy Algo
## 8. Heap
## 9. Linked List
## 10. Matrix
## 11. Practice
## 12. Recursion
## 13. Seraching and Sorting
## 14. Stack and queue
## 15. String
## 16. Tree
## 17. Trie