All Projects → thanhit95 → data-structures-algorithms

thanhit95 / data-structures-algorithms

Licence: BSD-3-Clause license
Self-practice in Data Structures & Algorithms

Programming Languages

C#
18002 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to data-structures-algorithms

Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (+5741.38%)
Mutual labels:  data-structure, binary-search-tree, binary-tree
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+51.72%)
Mutual labels:  binary-search-tree, binary-tree
AlgoDaily
just for fun
Stars: ✭ 118 (+306.9%)
Mutual labels:  binary-search-tree, binary-tree
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+396.55%)
Mutual labels:  avl-tree, binary-search-tree
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+11006.9%)
Mutual labels:  avl-tree, binary-tree
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+37427.59%)
Mutual labels:  data-structure, avl-tree
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+196.55%)
Mutual labels:  binary-search-tree, binary-tree
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+331.03%)
Mutual labels:  avl-tree, tree-structure
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (+37.93%)
Mutual labels:  data-structure, binary-search-tree
Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (+5410.34%)
Mutual labels:  data-structure, tree-structure
fortran-octree
A Fortran octree implementation
Stars: ✭ 17 (-41.38%)
Mutual labels:  data-structure, tree-structure
docker-bakery
Dockerfile hierarchy management tool with automatic rebuilding of dependent images when parent changes
Stars: ✭ 30 (+3.45%)
Mutual labels:  tree-structure
Unity-IMGUI-TreeView
Simple Tree View implementation for IMGUI (Editor GUI) in Unity. Includes a special type for working with asset paths, but base data structure and view can be easily extended to support anything.
Stars: ✭ 73 (+151.72%)
Mutual labels:  tree-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-20.69%)
Mutual labels:  data-structure
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (+189.66%)
Mutual labels:  data-structure
nanostack
Small middleware stack library
Stars: ✭ 39 (+34.48%)
Mutual labels:  data-structure
algorithm
得到每周一算法
Stars: ✭ 44 (+51.72%)
Mutual labels:  data-structure
treenet
Recursive Neural Networks for PyTorch
Stars: ✭ 29 (+0%)
Mutual labels:  tree-structure
django-cte-forest
django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).
Stars: ✭ 24 (-17.24%)
Mutual labels:  tree-structure
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-6.9%)
Mutual labels:  data-structure

DATA STRUCTURES AND ALGORITHMS IN PRACTICE

DESCRIPTION

My self-practice in "Data Structures and Algorithms".

Languages used: mostly Python & C++.

 

AUTHOR

Thanh Trung Nguyen

 

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].