This repository is for training in algorithms and data structures
Interpretation about the folders:
type(e.g.greedy,divide-and-conquer, etc.)v1problem1(some problem)
v2problem1(the same problem)
v1 and v2 are me trying to solve the same problem again after some time, to see if I can solve it again without looking at the solution, and test if I can solve it in a better way.