https://github.com/nxhawk/dsa-hcmus
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
https://github.com/nxhawk/dsa-hcmus
algorithms avl bfs bfs-search bst-tree cpp dfs dfs-search dijkstra-algorithm dsa graph hash lca python3 redblacktree segment-tree sorting-algorithms tree tree-structure
Last synced: 3 months ago
JSON representation
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
- Host: GitHub
- URL: https://github.com/nxhawk/dsa-hcmus
- Owner: nxhawk
- License: mit
- Created: 2022-11-24T12:47:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:56:53.000Z (over 3 years ago)
- Last Synced: 2025-06-27T22:06:01.686Z (about 1 year ago)
- Topics: algorithms, avl, bfs, bfs-search, bst-tree, cpp, dfs, dfs-search, dijkstra-algorithm, dsa, graph, hash, lca, python3, redblacktree, segment-tree, sorting-algorithms, tree, tree-structure
- Language: C++
- Homepage:
- Size: 30.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA
### Sort Algorithms [here](https://github.com/nxhawk/SortAlgorithms)
### Sort Algorithms with linked list [here](https://github.com/nxhawk/Sort-Algorithms_LIST)
### Segment Tree (IT) [here](https://github.com/nxhawk/segment-tree)
## Good luck !!!