Coding-Challenges
Coding-Challenges copied to clipboard
Coding challenges, algorithms, and data structures
Overview
This repository is mainly dedicated to coding challenges, algorithms, and data structures.
I use it as a sandbox and constantly update it with solved problems and learned tips and tricks.
I use Swift and Python to write solutions.
Contents
-
Algorithms
- Pattern Searching (
KMP
) - Sorting (
Quick
,Merge
,Heap
,Counting
) - Traversing (
BFS
,DFS
)
- Pattern Searching (
-
Data Structures
- Tree (
BST
) - Graph (
AdjacencyMatrix
,AdjacencyList
,HashGraph
) - Priority Queue (
Heap
) - Lists (
Stack
,Queue
,LinkedList
) - Buffer (
RingBuffer
) - Hashing (
HashTable
)
- Tree (
-
Courses
Contacts
Fill free to reach me out at LinkedIn, Twitter, [email protected]