All Projects → fortran-octree → Similar Projects or Alternatives

178 Open source projects that are alternatives of or similar to fortran-octree

Bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
Stars: ✭ 1,598 (+9300%)
Mutual labels:  data-structure, tree-structure
data-structures-algorithms
Self-practice in Data Structures & Algorithms
Stars: ✭ 29 (+70.59%)
Mutual labels:  data-structure, tree-structure
ds
🔗 Common Data Structures and Algorithms
Stars: ✭ 40 (+135.29%)
Mutual labels:  data-structure, octree
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (+529.41%)
Mutual labels:  data-structure
Data Structures
Data-Structures using C++.
Stars: ✭ 121 (+611.76%)
Mutual labels:  data-structure
youtube discussion tree
This is a python API that allows you to obtain the discusion that occurs on the comments of a Youtube video as a tree structure. It also controls the quota usage that consumes your implementation over Youtube Data Api through this library, and allows you to represent and serialize the discusion tree.
Stars: ✭ 16 (-5.88%)
Mutual labels:  tree-structure
frangipanni
Program to convert lines of text into a tree structure.
Stars: ✭ 1,176 (+6817.65%)
Mutual labels:  tree-structure
Datatable
A Python package for manipulating 2-dimensional tabular data structures
Stars: ✭ 1,166 (+6758.82%)
Mutual labels:  data-structure
Denormalizr
Denormalize data normalized with normalizr
Stars: ✭ 231 (+1258.82%)
Mutual labels:  data-structure
Mobx Jsonapi Store
JSON API Store for MobX
Stars: ✭ 52 (+205.88%)
Mutual labels:  data-structure
Algorithm Visualizer
🎆Interactive Online Platform that Visualizes Algorithms from Code
Stars: ✭ 35,995 (+211635.29%)
Mutual labels:  data-structure
Mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
Stars: ✭ 1,752 (+10205.88%)
Mutual labels:  data-structure
mongodb-tree-structure
Implementing Tree Structure in MongoDB
Stars: ✭ 14 (-17.65%)
Mutual labels:  tree-structure
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (+576.47%)
Mutual labels:  data-structure
v-folder
A component of vue.js@2, for tree/directory/files selection or displaying.
Stars: ✭ 15 (-11.76%)
Mutual labels:  tree-structure
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (+452.94%)
Mutual labels:  data-structure
Go Patricia
A generic patricia trie (also called radix tree) implemented in Go (Golang)
Stars: ✭ 243 (+1329.41%)
Mutual labels:  data-structure
Estrutura De Dados Em Java
Repositório do Material Estrutura de Dados em Java, contendo os principais tópicos de disciplinas sobre Estrutura de Dados. CURSO SOBRE ED: https://luisaraujo.github.io/Estrutura-de-Dados-em-Java/index.html
Stars: ✭ 58 (+241.18%)
Mutual labels:  data-structure
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-5.88%)
Mutual labels:  octree
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+53541.18%)
Mutual labels:  data-structure
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+947.06%)
Mutual labels:  data-structure
CP
Competitive Coding
Stars: ✭ 25 (+47.06%)
Mutual labels:  data-structure
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+4529.41%)
Mutual labels:  data-structure
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+16294.12%)
Mutual labels:  data-structure
Book on python algorithms and data structure
🪐 Book on Python, Algorithms, and Data Structures. 🪐
Stars: ✭ 604 (+3452.94%)
Mutual labels:  data-structure
Lintcode
📘 C++11 Solutions of All 289 LintCode Problems (No More Updates)
Stars: ✭ 570 (+3252.94%)
Mutual labels:  data-structure
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+61652.94%)
Mutual labels:  data-structure
ffiler
File Filer; sort files into structured directory tree. Tree can be structured based on various designs such as date (file modification time), file hash, file prefix etc
Stars: ✭ 45 (+164.71%)
Mutual labels:  tree-structure
Cs61a
Structure and Interpretation of Computer Programs
Stars: ✭ 123 (+623.53%)
Mutual labels:  data-structure
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+229.41%)
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 (+764.71%)
Mutual labels:  data-structure
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (+2482.35%)
Mutual labels:  data-structure
ng-treetable
A treetable module for angular 5
Stars: ✭ 32 (+88.24%)
Mutual labels:  tree-structure
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 (+63917.65%)
Mutual labels:  data-structure
treenet
Recursive Neural Networks for PyTorch
Stars: ✭ 29 (+70.59%)
Mutual labels:  tree-structure
Tastylib
C++ implementations of data structures, algorithms, and system designs.
Stars: ✭ 101 (+494.12%)
Mutual labels:  data-structure
elm-arborist
Parameterized 🌲tree🌲-editor for Elm
Stars: ✭ 57 (+235.29%)
Mutual labels:  tree-structure
Blog
Life is a moment 📔
Stars: ✭ 1,236 (+7170.59%)
Mutual labels:  data-structure
ufomap
UFOMap: An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Stars: ✭ 117 (+588.24%)
Mutual labels:  octree
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (+6676.47%)
Mutual labels:  data-structure
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+1288.24%)
Mutual labels:  data-structure
Immutable Array Prototype
A collection of Immutable Array prototype methods(Per method packages).
Stars: ✭ 56 (+229.41%)
Mutual labels:  data-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+35.29%)
Mutual labels:  data-structure
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (+182.35%)
Mutual labels:  data-structure
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+1029.41%)
Mutual labels:  data-structure
Hashcow
A Rust HashMap implementation with copy-on-write keys and values
Stars: ✭ 29 (+70.59%)
Mutual labels:  data-structure
NetOctree
A dynamic, loose octree implementation written in C# as a .NET Standard 2.1 library
Stars: ✭ 77 (+352.94%)
Mutual labels:  octree
Awesome Unam
A curated list of awesome engineering ecosystem, including UNAM Projects
Stars: ✭ 10 (-41.18%)
Mutual labels:  data-structure
Ordereddictionary
Ordered dictionary data structure implementation in Swift
Stars: ✭ 176 (+935.29%)
Mutual labels:  data-structure
Rpds
Rust Persistent Data Structures
Stars: ✭ 613 (+3505.88%)
Mutual labels:  data-structure
django-cte-forest
django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).
Stars: ✭ 24 (+41.18%)
Mutual labels:  tree-structure
Swiftgraph
A Graph Data Structure in Pure Swift
Stars: ✭ 588 (+3358.82%)
Mutual labels:  data-structure
Awesome
🚠Algorithm And Data Structure
Stars: ✭ 152 (+794.12%)
Mutual labels:  data-structure
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+142941.18%)
Mutual labels:  data-structure
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (+5.88%)
Mutual labels:  tree-structure
Samples
Sample projects using Material, Graph, and Algorithm.
Stars: ✭ 386 (+2170.59%)
Mutual labels:  data-structure
Skiplist
skip list with rank, code less than z_set in redis
Stars: ✭ 136 (+700%)
Mutual labels:  data-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 (+329.41%)
Mutual labels:  tree-structure
trie
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
Stars: ✭ 84 (+394.12%)
Mutual labels:  data-structure
go-time-series
Time series implementation in Go
Stars: ✭ 27 (+58.82%)
Mutual labels:  data-structure
1-60 of 178 similar projects