- top 10 algorithms and data structure geeksforgeeks
- An awesome List for Competitive Programming
- 145+ algorithm and c++ implementation
- http://geomalgorithms.com/
To be continued...
This blog is merely about to teach anyone anything rather than to collect thoughts of my random minds and a collection of topics I have learned recently. To be more precise while taking preparation for various programming contests and other academics I found an impulse to make notes. Any suggestions or correction is highly appreciated. :)
array=[[0 for x in range(102)] for y in range(102)]