Skip to content

Repository for my daily algorithms practice and other related stuff :)

Notifications You must be signed in to change notification settings

LajosNeto/algorithms-n-more

Repository files navigation

What?

Repository for algorithms / general CS subjects / SW engineering studies.

Here, you will find data structures implementations, coding challenges, specific algorithms overview, sw engineeting topics such as design patterns and some interesting problems found on books/articles/etc.


Summary


Data Structures & General algorithms

Topic Python Kotlin c c ++
Array 🟢 🟢 🟢
Linked List 🟢 🟢 🟢 🟢
Stack 🟢 🟢 🟢 🟢
Queue 🟢 🟢 🟢 🟢
Hash Table 🟢
BST 🟢 🟢
B-Trees
Priority Queue
Red/Black Trees
AVL
Graphs
Dict
Selection Sort
Quicksort
Insertion Sort
Merge Sort
Heapsort
Dijkstra
Bellman-Ford
Karp-Rabin
Karatsuba multiplication
Rolling hash ADT
Breadth-First Search (BFS)
Depth-First Search (DFS)


General CS topics

Topic Theory Implementation
Recursion
Cache
Algo Complexity
Strings
Bitwise Operation
Dynamic Programming
Process/Thread
Search


SW engineering topics

Topic Theory Implementation
Reactive programming
Functional programming
Design Patterns
OOD/OOP
SOLID








Icons made by

https://www.flaticon.com/authors/becris from https://www.flaticon.com/

About

Repository for my daily algorithms practice and other related stuff :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published