Skip to content

vsundupey/coderust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Coderust

My solutions for Coderust: Hacking the Coding Interview course using C# and python.

Arrays

  • Binary Search
  • Find Maximum in Sliding Window
  • Search Rotated Array
  • Find the Smallest Common Number
  • Rotate Array
  • Find Low/High index
  • Move zeros to left
  • Find maximum single sell profit
  • Implement Quicksort
  • Merge Overlapping Intervals
  • Sum of two values

LinkedList

  • TODO

Math & Stats

  • TODO

Strings

  • Reverse Words in a Sentence
  • Remove Duplicates
  • Remove White Spaces
  • String Segmentation
  • XML to Tree
  • Find all Palindrome Substrings
  • Regular Expression

Trees

  • TODO

Stack & Queues

  • TODO

Graphs

  • TODO

Back Tracking

  • TODO

Dynamic programming

  • Fibonacci Numbers
  • TODO

Miscellaneous

  • TODO

Appendix

  • TODO

Releases

No releases published

Packages

No packages published