These are tasks I have solved for practice over the time from the LeetCode site. The problems are solved using C++,Go and C# and are mostly linked with Data Structure and Algorithms.
The main data types in the problems are:
- Vector
- String
- Stack
- Queue
- Linked Lists(Singly and Doubly)
- Binary Trees
- N-ary Trees
- Binary Search Trees
- Graphs(BFS, DFS)
- Graphs shortest path(BFS,Dijkstra)
- Hash Tables and Hash Sets
- Priority Queue (Min & Max heap)
- Sorting Algorithms
- AVL Trees (Set & Map)