https://github.com/ico12319/leetcode-tasks
LeetCode tasks solved by me
https://github.com/ico12319/leetcode-tasks
algorithms cpp data-structures
Last synced: 8 months ago
JSON representation
LeetCode tasks solved by me
- Host: GitHub
- URL: https://github.com/ico12319/leetcode-tasks
- Owner: ico12319
- Created: 2024-03-27T21:49:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T12:14:55.000Z (8 months ago)
- Last Synced: 2025-02-22T13:25:15.971Z (8 months ago)
- Topics: algorithms, cpp, data-structures
- Language: C++
- Homepage:
- Size: 670 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode_Tasks
These are tasks I have solved for practice over the time from the LeetCode site. Most of the problems are solved using C++ language and are mostly linked with
Data Structure and Algorithms.The main data types in the problems are:
1. Vector
2. String
3. Stack
4. Queue
5. Linked Lists(Singly and Doubly)
6. Binary Trees
7. N-ary Trees
8. Binary Search Trees
9. Graphs(BFS, DFS)
10. Graphs shortest path(BFS,Dijkstra)
11. Hash Tables and Hash Sets
13. Priority Queue (Min & Max heap)
14. Sorting Algorithms
15. AVL Trees (Set & Map)# My Profile --> https://leetcode.com/u/ico12319/