https://github.com/thanhit95/data-structures-algorithms
Self-practice in Data Structures & Algorithms
https://github.com/thanhit95/data-structures-algorithms
algorithms avl-tree binary-search-tree binary-tree data-structure tree-structure
Last synced: 5 months ago
JSON representation
Self-practice in Data Structures & Algorithms
- Host: GitHub
- URL: https://github.com/thanhit95/data-structures-algorithms
- Owner: thanhit95
- License: bsd-3-clause
- Created: 2021-02-24T02:44:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T17:16:59.000Z (over 4 years ago)
- Last Synced: 2025-03-31T06:51:09.188Z (9 months ago)
- Topics: algorithms, avl-tree, binary-search-tree, binary-tree, data-structure, tree-structure
- Language: C#
- Homepage:
- Size: 724 KB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DATA STRUCTURES AND ALGORITHMS IN PRACTICE
## DESCRIPTION
My self-practice in "Data Structures and Algorithms".
Languages used: mostly Python & C++.
## AUTHOR
Thanh Trung Nguyen
- Email: thanh.it1995@gmail.com
- Facebook:
## CONVENTIONS
1. Respect the clean code.
2. Respect the simplicity over the complexity.
3. Respect the organization over the algorithms.
4. Focus on high performance, code reuse, code maintenance.
## LICENSE
Copyright (c) Thanh Trung Nguyen.
By default, all sub projects in this repo are licensed under the [3-Clause BSD License](LICENSE.txt).