Files in dirmeier/datastructures
Implementation of Core Data Structures

.Rbuildignore
.clang-format
.codecov.yml
.gitattributes
.github/workflows/ci.yaml
.gitignore
.lintr
DESCRIPTION
LICENSE
NAMESPACE
NEWS.md R/checks.R R/datastructures-package.R R/ds_deque.R R/ds_deque_queue.R R/ds_deque_stack.R R/ds_heap.R R/ds_heap_binomial.R R/ds_heap_fibonacci.R R/ds_map.R R/ds_map_bimap.R R/ds_map_hashmap.R R/ds_map_multimap.R R/ds_map_unordered.R R/methods_at.R R/methods_clear.R R/methods_decrease.R R/methods_erase.R R/methods_handle.R R/methods_insert.R R/methods_keys.R R/methods_peek.R R/methods_pop.R R/methods_size.R R/methods_values.R R/zzz.R README.md
cleanup
datastructures.Rproj
docs/404.html
docs/LICENSE-text.html
docs/LICENSE.html
docs/TODO.html
docs/articles/datastructures.html
docs/articles/datastructures_files/accessible-code-block-0.0.1/empty-anchor.js
docs/articles/index.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/extra.css
docs/index.html
docs/jquery.sticky-kit.min.js
docs/link.svg
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/at-methods.html
docs/reference/bimap-class.html
docs/reference/bimap.html
docs/reference/binomial_heap-class.html
docs/reference/binomial_heap.html
docs/reference/clear-methods.html
docs/reference/datastructures-package.html
docs/reference/decrease_key-methods.html
docs/reference/deque-class.html
docs/reference/erase-methods.html
docs/reference/fibonacci_heap-class.html
docs/reference/fibonacci_heap.html
docs/reference/get-methods.html
docs/reference/handle-methods.html
docs/reference/hashmap-class.html
docs/reference/hashmap.html
docs/reference/head-methods.html
docs/reference/heap-class.html
docs/reference/index.html
docs/reference/insert-methods.html
docs/reference/keys-methods.html
docs/reference/map-class.html
docs/reference/multimap-class.html
docs/reference/multimap.html
docs/reference/peek-methods.html
docs/reference/pop-methods.html
docs/reference/queue-class.html
docs/reference/queue.html
docs/reference/remove-methods.html
docs/reference/size-methods.html
docs/reference/stack-class.html
docs/reference/stack.html
docs/reference/sub-unordered_map-vector-missing-missing-method.html
docs/reference/subset-bimap-vector-missing-vector-method.html
docs/reference/subset-heap-vector-missing-list-method.html
docs/reference/subset-heap-vector-missing-matrix-method.html
docs/reference/subset-heap-vector-missing-vector-method.html
docs/reference/subset-unordered_map-vector-missing-ANY-method.html
docs/reference/subset-unordered_map-vector-missing-list-method.html
docs/reference/subset-unordered_map-vector-missing-matrix-method.html
docs/reference/subset-unordered_map-vector-missing-vector-method.html
docs/reference/unordered_map-class.html
docs/reference/values-methods.html
inst/heap/heap.aux
inst/heap/heap.bbl
inst/heap/heap.blg
inst/heap/heap.dvi
inst/heap/heap.jpg
inst/heap/heap.log
inst/heap/heap.pdf
inst/heap/heap.png
inst/heap/heap.synctex.gz
inst/heap/heap.tex
inst/include/bimap.hpp
inst/include/binomial_heap.hpp
inst/include/fibonacci_heap.hpp
inst/include/hashmap.hpp
inst/include/heap.hpp
inst/include/map.hpp
inst/include/multimap.hpp
inst/include/queue.hpp
inst/include/stack.hpp
joss/paper.bib
joss/paper.md man/at-methods.Rd man/bimap-class.Rd man/bimap.Rd man/binomial_heap-class.Rd man/binomial_heap.Rd man/clear-methods.Rd man/datastructures-package.Rd man/decrease_key-methods.Rd man/deque-class.Rd man/erase-methods.Rd man/fibonacci_heap-class.Rd man/fibonacci_heap.Rd man/handle-methods.Rd man/hashmap-class.Rd man/hashmap.Rd man/heap-class.Rd man/insert-methods.Rd man/keys-methods.Rd man/map-class.Rd man/multimap-class.Rd man/multimap.Rd man/peek-methods.Rd man/pop-methods.Rd man/queue-class.Rd man/queue.Rd man/size-methods.Rd man/stack-class.Rd man/stack.Rd man/sub-unordered_map-vector-missing-missing-method.Rd man/subset-bimap-vector-missing-vector-method.Rd man/subset-heap-vector-missing-list-method.Rd man/subset-heap-vector-missing-matrix-method.Rd man/subset-heap-vector-missing-vector-method.Rd man/subset-unordered_map-vector-missing-ANY-method.Rd man/subset-unordered_map-vector-missing-list-method.Rd man/subset-unordered_map-vector-missing-vector-method.Rd man/unordered_map-class.Rd man/values-methods.Rd
pkgdown/_pkgdown.yml
pkgdown/extra.css
src/Makevars
src/Makevars.win
src/bimap_module.cpp
src/binomial_heap_module.cpp
src/fibonacci_heap_module.cpp
src/hashmap_module.cpp
src/init.c
src/multimap_module.cpp
src/queue_module.cpp
src/stack_module.cpp
tests/testthat.R tests/testthat/tests_deque.R tests/testthat/tests_deque_queue.R tests/testthat/tests_deque_stack.R tests/testthat/tests_heap.R tests/testthat/tests_map.R tests/testthat/tests_map_bimap.R tests/testthat/tests_map_hashmap.R tests/testthat/tests_map_multimap.R tests/testthat/tests_map_unordered_map.R vignettes/datastructures.Rmd
dirmeier/datastructures documentation built on Aug. 9, 2020, 2:55 a.m.