Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1017 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 1017 Bytes

📚 My Algorithms

Personal repository used as library containing all sorts of algorithms, data structures, math tools and solved problems.

The library is fully written in Go (Golang).



🗂️ Index of contents

  1. Array manipulation: Tools used to manipulate arrays
  2. Fibonacci: Algorithms and tools about the Fibonacci sequence
  3. LinkedList: Algorithms and tools to create, modify and run a linked list
  4. Matrices: Algorithms and tools to manipulate matrices
  5. Number Theory: Algorithms about number theory
  6. Primes: Algorithms and math tools about prime numbers
  7. Search algorithms: Algorithms about searching elements in other data structures
  8. Sommations: Algorithms and tools about sums of arrays
  9. Sorting: Algorithms about sorting arrays

---
Each package is fully documented. To read the docs:

go doc -all [package]/[module]