crystalline

所属分类:collect
开发工具:Crystal
文件大小:0KB
下载次数:0
上传日期:2023-06-21 03:23:22
上 传 者sh-1993
说明:  Crystal编程语言的容器和算法集合,
(A collection of containers & algorithms for the Crystal programming language,)

文件列表:
.crystal-version (7, 2023-06-20)
.travis.yml (104, 2023-06-20)
LICENSE.md (1080, 2023-06-20)
shard.yml (118, 2023-06-20)
spec/ (0, 2023-06-20)
spec/binary_search_spec.cr (3342, 2023-06-20)
spec/directed_graph_spec.cr (2686, 2023-06-20)
spec/edge_spec.cr (1171, 2023-06-20)
spec/graph_spec.cr (1233, 2023-06-20)
spec/heap_spec.cr (4194, 2023-06-20)
spec/iterator_spec.cr (1183, 2023-06-20)
spec/kd_tree_spec.cr (271, 2023-06-20)
spec/kmp_search_spec.cr (421, 2023-06-20)
spec/priority_queue_spec.cr (1867, 2023-06-20)
spec/queue_spec.cr (1372, 2023-06-20)
spec/rb_tree_map_spec.cr (3291, 2023-06-20)
spec/rb_tree_set_spec.cr (3172, 2023-06-20)
spec/spec_helper.cr (117, 2023-06-20)
spec/splay_tree_map_spec.cr (2550, 2023-06-20)
spec/stack_spec.cr (1371, 2023-06-20)
spec/suffix_array_spec.cr (1186, 2023-06-20)
spec/traversal_spec.cr (3662, 2023-06-20)
spec/trie_spec.cr (4818, 2023-06-20)
spec/undirected_graph_spec.cr (2600, 2023-06-20)
src/ (0, 2023-06-20)
src/algorithms/ (0, 2023-06-20)
src/algorithms/kmp_search.cr (746, 2023-06-20)
src/algorithms/search.cr (425, 2023-06-20)
src/containers/ (0, 2023-06-20)
src/containers/common.cr (201, 2023-06-20)
src/containers/heap.cr (8660, 2023-06-20)
src/containers/kd_tree.cr (2763, 2023-06-20)
src/containers/priority_queue.cr (730, 2023-06-20)
src/containers/queue.cr (704, 2023-06-20)
src/containers/rb_tree_map.cr (1701, 2023-06-20)
src/containers/rb_tree_set.cr (8306, 2023-06-20)
src/containers/splay_tree_map.cr (4511, 2023-06-20)
src/containers/stack.cr (717, 2023-06-20)
... ...

crystalline =========== [![Built with Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg)](https://crystal-lang.org/) [![Build Status](https://travis-ci.org/jtomschroeder/crystalline.svg)](https://travis-ci.org/jtomschroeder/crystalline) [![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://en.wikipedia.org/wiki/MIT_License) Collection of Containers and Algorithms. ## Installation Add this to your application's `shard.yml`: ```yaml dependencies: crystalline: github: jtomschroeder/crystalline ``` ## Content - Algorithms - KMP-Search - Search - Containers - Heap - KD-Tree - Queue - Priority Queue - RB Tree Map - Splay Tree Map - Stack - Suffix Array - Trie - Graph ## Contributing 1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request

近期下载者

相关文件


收藏者