Tarun Singh

Results 23 comments of Tarun Singh

Yes, sure you can make PR's and add your solution. However, mention all the possible approaches from brute to optimal and the time and space complexities clearly. Also, explain your...

Hi Vivek, sorry for the late reply. No need to create a separate folder. Just name your file as questionname.cpp as usual. To avoid any duplication, add only those solutions...

Hi, thank you, So you write a good Readme file with markdown syntax which GitHub provides for a better user experience. You can find here [Markdown Cheatsheet](https://github.com/tchapi/markdown-cheatsheet/blob/master/README.md) rules. Also, you...

Sure, we can do that. We can create a folder name `Extras` and inside that, we can add respective folders for the new topics that are not included in [this](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view)...

Hey, thanks for contributing. Before I merge please update the [README.md](https://github.com/tarunsinghdev/DSA-CRACKER#array) table under arrays topic. Also, don't forget to mention the time and space complexity for the same. :)

Hey, thank you for contributing. `Count Inversion` is 16th problem as per the [sheet](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view), please change the filename to `16_CountInversion.cpp`. Also please update the `README.md` file mentioning the time and...

Hey, thank you for contributing. Please solve the problems from [this](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view) list. Also please save your file name as `QuestionNo_ProblemName.cpp` as per this [sheet](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view). And plz update the readme for...

Hey, excellent work! Please rename you file as `13_ImplementTopologicalSortByKahnsAlgo.cpp`. Also, please update `README.md` for the same.

Hey, thank you for contributing. Please make sure you indent your code well and save your file as `QuestionNo_ProblemName.cpp` as per this [sheet](https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view). Also please update the `Readme.md` file for...

Hey, please merge your branch `tanmay00079:patch-1` to this branch and push the changes.