All Projects β†’ dongli β†’ fortran-octree

dongli / fortran-octree

Licence: MIT license
A Fortran octree implementation

Programming Languages

fortran
972 projects
CMake
9771 projects

Projects that are alternatives of or similar to fortran-octree

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
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
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
mongodb-tree-structure
Implementing Tree Structure in MongoDB
Stars: ✭ 14 (-17.65%)
Mutual labels:  tree-structure
v-folder
A component of vue.js@2, for tree/directory/files selection or displaying.
Stars: ✭ 15 (-11.76%)
Mutual labels:  tree-structure
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+35.29%)
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
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-5.88%)
Mutual labels:  octree
frangipanni
Program to convert lines of text into a tree structure.
Stars: ✭ 1,176 (+6817.65%)
Mutual labels:  tree-structure
NetOctree
A dynamic, loose octree implementation written in C# as a .NET Standard 2.1 library
Stars: ✭ 77 (+352.94%)
Mutual labels:  octree
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
js-data-structures
🌿 Data structures for JavaScript
Stars: ✭ 56 (+229.41%)
Mutual labels:  data-structure
ng-treetable
A treetable module for angular 5
Stars: ✭ 32 (+88.24%)
Mutual labels:  tree-structure
treenet
Recursive Neural Networks for PyTorch
Stars: ✭ 29 (+70.59%)
Mutual labels:  tree-structure
elm-arborist
Parameterized 🌲tree🌲-editor for Elm
Stars: ✭ 57 (+235.29%)
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 (+41.18%)
Mutual labels:  tree-structure
CP
Competitive Coding
Stars: ✭ 25 (+47.06%)
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
ufomap
UFOMap: An Efficient Probabilistic 3D Mapping Framework That Embraces the Unknown
Stars: ✭ 117 (+588.24%)
Mutual labels:  octree

Fortran octree

A Fortran octree implementation.

Test

$ mkdir build && cd build
$ cmake ..
$ make
$ ./octree_test [point number, default is 100]
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].