Skip to content
Sahil edited this page Jun 30, 2019 · 5 revisions

Welcome to the Competitive_Coding wiki!

  • This project aims to create a collection of implementations of various data structures and algorithms along with problem solutions to various problems available on online sites like SPOJ.

  • The most important thing we need to keep in mind is that the implementations can be understood and are well documented.

  • The problem solutions should be easy to read and help the reader to convert the brute force approach (higher time complexity) to a better algorithm (lesser time complexity).

History of the project