Stuff I worked on

Personal Blog/Notes


Articles with tag “Interview”

Technical Interview Notes

Sorting

  • Divide and conquer: Splitting a problem into smaller problems similar to the initial until a point is reached where the problem is small enough that it can be solved on its own. Aftwerards, the solution is propogated back up to help solve the higher problem.
  • Inplace: Elements in the ...

Continue reading…

About
Greetings! I am a student at Drexel University studying Computer and Electrical Engineering. This website will primarily serve as a blog/personal notebook. My hobbies include Python, TF2, and memes.