Skip to content

AbrarNitk/algorithmica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmica

The motive of this repository 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

About

Implementation of DS and Algorithms in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages