All Projects → the-entitytainer → Similar Projects or Alternatives

145 Open source projects that are alternatives of or similar to the-entitytainer

CP
Competitive Coding
Stars: ✭ 25 (-19.35%)
Mutual labels:  data-structure
Awesome
🚠Algorithm And Data Structure
Stars: ✭ 152 (+390.32%)
Mutual labels:  data-structure
nanostack
Small middleware stack library
Stars: ✭ 39 (+25.81%)
Mutual labels:  data-structure
python-packaging-publishing
Packaging and Publishing with Python
Stars: ✭ 24 (-22.58%)
Mutual labels:  pre-alpha
Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (+5054.84%)
Mutual labels:  data-structure
data-structures-algorithms
Self-practice in Data Structures & Algorithms
Stars: ✭ 29 (-6.45%)
Mutual labels:  data-structure
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+519.35%)
Mutual labels:  data-structure
Algorithms
Java implementation for Introduction to Algorithms book.
Stars: ✭ 58 (+87.1%)
Mutual labels:  data-structure
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+33764.52%)
Mutual labels:  data-structure
pdicons
The Noun Project Public Domain search
Stars: ✭ 21 (-32.26%)
Mutual labels:  public-domain
catalog of copyright entries project
NYPL Project to transcribe and parse pages from the US Catalog of Copyright Entries
Stars: ✭ 52 (+67.74%)
Mutual labels:  public-domain
Tastylib
C++ implementations of data structures, algorithms, and system designs.
Stars: ✭ 101 (+225.81%)
Mutual labels:  data-structure
10weeks-codingtest
구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다
Stars: ✭ 122 (+293.55%)
Mutual labels:  data-structure
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+80.65%)
Mutual labels:  data-structure
lc-wikidata
Library Carpentry Wikidata
Stars: ✭ 17 (-45.16%)
Mutual labels:  pre-alpha
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+661.29%)
Mutual labels:  data-structure
html3dutil
A public domain JavaScript library to ease developing HTML 3D apps
Stars: ✭ 29 (-6.45%)
Mutual labels:  public-domain
Ordereddictionary
Ordered dictionary data structure implementation in Swift
Stars: ✭ 176 (+467.74%)
Mutual labels:  data-structure
hypergraph
Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
Stars: ✭ 205 (+561.29%)
Mutual labels:  data-structure
Skiplist
skip list with rank, code less than z_set in redis
Stars: ✭ 136 (+338.71%)
Mutual labels:  data-structure
algorithm
得到每周一算法
Stars: ✭ 44 (+41.94%)
Mutual labels:  data-structure
Cs61a
Structure and Interpretation of Computer Programs
Stars: ✭ 123 (+296.77%)
Mutual labels:  data-structure
smtp-client
SMTP Client Library in C
Stars: ✭ 68 (+119.35%)
Mutual labels:  public-domain
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 (+35006.45%)
Mutual labels:  data-structure
linked-blocking-multi-queue
A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.
Stars: ✭ 41 (+32.26%)
Mutual labels:  data-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-25.81%)
Mutual labels:  data-structure
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (+203.23%)
Mutual labels:  data-structure
array-keyed-map
JS datastructure, like Map, but the keys are arrays
Stars: ✭ 29 (-6.45%)
Mutual labels:  data-structure
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (+170.97%)
Mutual labels:  data-structure
Swift-AppleScriptObjC
How to call AppleScript handlers from Swift via AppleScript-ObjC bridge.
Stars: ✭ 45 (+45.16%)
Mutual labels:  public-domain
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-12.9%)
Mutual labels:  data-structure
playground
A place to play programming
Stars: ✭ 21 (-32.26%)
Mutual labels:  data-structure
geospatial-python
Introduction to Geospatial Raster and Vector Data with Python
Stars: ✭ 107 (+245.16%)
Mutual labels:  pre-alpha
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (+29.03%)
Mutual labels:  data-structure
Go Patricia
A generic patricia trie (also called radix tree) implemented in Go (Golang)
Stars: ✭ 243 (+683.87%)
Mutual labels:  data-structure
sun
Simple library and application that shows sunset and sunrise based on your latitude,longitude
Stars: ✭ 23 (-25.81%)
Mutual labels:  public-domain
Denormalizr
Denormalize data normalized with normalizr
Stars: ✭ 231 (+645.16%)
Mutual labels:  data-structure
C-language
C语言练习代码
Stars: ✭ 186 (+500%)
Mutual labels:  data-structure
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+474.19%)
Mutual labels:  data-structure
dproofreaders
Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.
Stars: ✭ 35 (+12.9%)
Mutual labels:  public-domain
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+8890.32%)
Mutual labels:  data-structure
Swift-X-Algorithms
🔨 Algorithms & Data Structures implemented in Swift X. `let X = 5.0`
Stars: ✭ 22 (-29.03%)
Mutual labels:  data-structure
Data structures and algorithms in python
📖 Worked Solutions of "Data Structures & Algorithms in Python", written by Michael T. Goodrich, Roberto Tamassia and Michael H. Goldwasser. ✏️
Stars: ✭ 147 (+374.19%)
Mutual labels:  data-structure
spaceholder
🌅 Download placeholder images from public domain sources blazingly fast
Stars: ✭ 24 (-22.58%)
Mutual labels:  public-domain
Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (+5364.52%)
Mutual labels:  data-structure
dask-awkward
Native Dask collection for awkward arrays, and the library to use it.
Stars: ✭ 25 (-19.35%)
Mutual labels:  data-structure
Mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
Stars: ✭ 1,752 (+5551.61%)
Mutual labels:  data-structure
FWK
💎 3D game framework in C, with Luajit bindings now.
Stars: ✭ 423 (+1264.52%)
Mutual labels:  public-domain
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+290.32%)
Mutual labels:  data-structure
data-structure-ts
Basic data structures and popular algorithms implemented in Typescript.
Stars: ✭ 14 (-54.84%)
Mutual labels:  data-structure
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (+270.97%)
Mutual labels:  data-structure
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+177.42%)
Mutual labels:  data-structure
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (+245.16%)
Mutual labels:  data-structure
multimap
A map in which more than one value may be stored under each key.
Stars: ✭ 28 (-9.68%)
Mutual labels:  multimap
fortran-octree
A Fortran octree implementation
Stars: ✭ 17 (-45.16%)
Mutual labels:  data-structure
exercises.json
Open Public Domain Exercise Dataset in JSON format
Stars: ✭ 49 (+58.06%)
Mutual labels:  public-domain
gnuplot-examples
GNUPlot Examples
Stars: ✭ 50 (+61.29%)
Mutual labels:  public-domain
Rboxlo
Roblox private server
Stars: ✭ 173 (+458.06%)
Mutual labels:  public-domain
CS basics
My CS learning : algorithm, data structure, and system design | #SE
Stars: ✭ 21 (-32.26%)
Mutual labels:  data-structure
cinedantan
🎥 🍿 Streaming Public domain movies
Stars: ✭ 52 (+67.74%)
Mutual labels:  public-domain
1-60 of 145 similar projects