- This projects is where I will try to keep up and study at least one hour per day, now focusing in DSA.
.
├── algorithms
│ ├── BFS.go
│ ├── DFS.go
│ ├── MergeSort.go
│ └── QuickSort.go
├── data_structures
│ ├── BST.go
│ ├── DEPRECATEDNode.go
│ ├── Graph.go
│ ├── Linked_List.go
│ ├── Queue.go
│ ├── Stack.go
│ └── Standard.go
├── go.mod
├── go.sum
├── Leetcode
│ ├── 001_TwoSum.go
│ ├── 121_Best_Time_to_Buy_Stock.go
│ ├── 15_3Sum.go
│ └── 57_Insert_Interval.go
├── main.go
├── main_test.go
├── Notes
│ ├── NOTES.md
│ └── Quicksort_vs_MergeSort.md
├── README.md
└── Track
├── 001_Stack_Overflow_Incident.md
├── 002_Mount_Stupidity.md
├── 003_Slow_Progress.md
├── 004_Surprises.md
├── 005_Rest.md
└── 006_Sorts_and_Recursions.md
- Feel free to leave comments or to use it for yourself!