Skip to content

woodyko3234/InterviewBit-Practices

Repository files navigation

InterviewBit-Practices

Here's my library of Python programming practices on InterviewBit. Besides the solution coding, I also write explanation articles in Chinese, since I'm from Taiwan, to try talking through the core concepts of every interview question.

Hope you find some useful or inspiring and please feel free to let me know if there are any mistakes on the codes or explanations. Happy Coding :)

Part I : Array

Part II: Math

Part III: Binary Search

Part IV: Strings

Part VI: Two Pointers

Part VII: Linked Lists

Part IX: Backtracking

Part X: Hashing

Part XII: Heaps and Maps

Part XIII: Greedy Algorithm