algorithmica

Crates.ioalgorithmica
lib.rsalgorithmica
version0.1.10
sourcesrc
created_at2019-03-11 05:31:30.014114
updated_at2023-12-31 05:52:39.523151
descriptionRust Algorithms
homepagehttps://github.com/AbrarNitk/algorithmica
repositoryhttps://github.com/AbrarNitk/algorithmica
max_upload_size
id120019
size93,549
Abrar Khan (AbrarNitk)

documentation

https://www.abrark.com/books/ds/

README

Algorithmica

The motive of this repository is to curate the content for Algorithms and Implement them in Rust.

Algorithms that we will implement

Math

  • Numerical Analysis,
  • Linear Algebra
  • Set

Data Structure and Algorithms

  • Sorting
  • Graphs
  • Array related problems
  • Searching
  • Understanding of Queue, Stack, Heap
  • Tree
  • Tries

Change Log

Version 0.1.9

  • Sorting

    • Bubble Sort
    • Heap Sort
    • Insertion Sort
    • Is Sorted
    • Merge Sort
    • Quick Sort
    • Selection Sort
    • Red black BST
  • Math

    • Matrix
      • Matrix Addition
      • Matrix Multiply
  • Search

    • Binary Search
Commit count: 143

cargo fmt