Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.08 KB

README.md

File metadata and controls

21 lines (18 loc) · 2.08 KB

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