Skip to content
richagithub edited this page Aug 31, 2017 · 53 revisions

Welcome to the Codes wiki!

Why-cant-we-use-double-pointer-to-represent-two-dimensional-arrays? twoDArray.txt
Tokenize a sting in c++? StringTokenizer.txt
How to scan integers until newline? answer
Find Largest and second largest int with O(n) answer
Sort a string or char array ? Answer
Permute given String and print all in lexicographically increasing order. TUTORIAL

LaTreeX - online free TREE-PDF generatorLaTreeX - online free TREE-PDF generator
recipe-to-improve-your-programmingmdotsabouri.blogspot.com

  • Strings
  • Graphs

Strings

Sr Challenge Solution
1 Seperate the Numbers solution.cpp
2 Weighted Unifrom Strings solution.cpp
3
4

Graphs

Sr Challenge Solution
1 Even Tree solution.cpp
2 Breadth First Search: Shortest Reach solution.cpp

Greedy

Sr Challenge Solution
1 buy-maximum-stocks solution.cpp

Dynamic Programming

Sr Challenge Solution
1 trader-profit solution.cpp

Codechef

Sr Challenge Solution
1 Chef and Sign Sequence july17.cpp
Clone this wiki locally