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

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

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).