Skip to content

imSrbh/leetcode-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Leetcode Python Solution

  1. This is my Python solution on Leetcode. The question is at problems/the-file-name/. For example, merge-sorted-array.py's question is at https://leetcode.com/problems/merge-sorted-array/.

  2. I really take time tried to make the best solution or explaination. Because I wanted to help others like me. If you like my answer, a star on GitHub means a lot to me. https://github.com/wuduhren/leetcode-python

Resources

These are the interview resources I personally used and only if it is really helpful I will put it here.

Overall Mindset

Haveing a right mindset is the most important one. It keeps you going when you are tired after work. Studying when everyone else are out having fun. Reminding you that your goals are not going to come easy, it takes time, self-discipline, mental and physical toughness...

This is a speech from Sean Lee on "How to Get a Job at the Big 4". I highly recommend this because it gives me the right mindset on how to put in the work.
https://youtu.be/YJZCUhxNCv8

CS DoJo on "How I Got a Job at Google as a Software Engineer". There are also lots of technique on coding interview in his channel.
https://www.youtube.com/watch?v=UPO-9iMjBpc

Prepare in a Structural Way

  1. https://www.quora.com/How-should-I-prepare-for-my-Google-interview-if-I-have-1-month-left-and-I%E2%80%99m-applying-for-a-software-engineer-role/answer/Anthony-D-Mays?ch=10&share=5c488000&srid=W0jqp
  2. https://www.quora.com/How-can-I-get-a-job-at-Facebook-or-Google-in-6-months-I-need-a-concise-work-plan-to-build-a-good-enough-skill-set-Should-I-join-some-other-start-up-or-build-my-own-projects-start-up-Should-I-just-focus-on-practicing-data-structures-and-algorithms/answer/Jimmy-Saade
  3. https://www.quora.com/What-should-I-know-from-the-CLRS-3rd-edition-book-if-my-aim-is-to-get-into-Google/answer/Jimmy-Saade

Resume

https://drive.google.com/file/d/10b9NZDhPbUOW_C7108IKe9ev6Ed2UG7F/view

Data Structure and Algorithm Basics

Basic data structure and algorithm online course taught in Python. This course is design to help you find job and do well in the interview.
https://classroom.udacity.com/courses/ud513

System Design

More resource
https://github.com/shashank88/system_design
Architecture 101
https://engineering.videoblocks.com/web-architecture-101-a3224e126947
How to scale up? There are also lots of tech interview related topic in his channel.
https://www.youtube.com/watch?v=yPF94QiI2qk&t=385s

Interview Question Survey

https://www.glassdoor.com/index.htm
https://www.careercup.com/

About

My Leetcode practice. Python solution with explanation. Some other resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%