├── Amazing Books ├── Allen B. Downey - Think Python, 2nd Edition_ How to Think Like a Computer Scientist (2015, O'Reilly Media) - libgen.lc.pdf ├── Automate The Boring Stuff With Python.pdf ├── Dan Bader - Python Tricks_ A Buffet of Awesome Python Features (2017, Dan Bader) - libgen.lc.pdf ├── Data Structures and Algorithms Using Python - Rance D. Necaise.pdf ├── Fundamentals of Python - Data Structures.pdf ├── Grokking Algorithms -An Illustrated Guide for Programmers and Other Curious People .pdf ├── Hands-On Data Structures and Algorithms with Python.pdf ├── Open Data Structures (in pseudocode).pdf └── Problem Solving with Algorithms and Data Structures - Python.pdf ├── Cheatsheet └── Python Data structures Cheatsheet.pdf ├── README.md └── Readme Image ├── cracking_the_coding_skills_-_v6-page-001.jpg └── cracking_the_soft_skills_-_v6-page-001.jpg /Amazing Books/Allen B. Downey - Think Python, 2nd Edition_ How to Think Like a Computer Scientist (2015, O'Reilly Media) - libgen.lc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Allen B. Downey - Think Python, 2nd Edition_ How to Think Like a Computer Scientist (2015, O'Reilly Media) - libgen.lc.pdf -------------------------------------------------------------------------------- /Amazing Books/Automate The Boring Stuff With Python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Automate The Boring Stuff With Python.pdf -------------------------------------------------------------------------------- /Amazing Books/Dan Bader - Python Tricks_ A Buffet of Awesome Python Features (2017, Dan Bader) - libgen.lc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Dan Bader - Python Tricks_ A Buffet of Awesome Python Features (2017, Dan Bader) - libgen.lc.pdf -------------------------------------------------------------------------------- /Amazing Books/Data Structures and Algorithms Using Python - Rance D. Necaise.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Data Structures and Algorithms Using Python - Rance D. Necaise.pdf -------------------------------------------------------------------------------- /Amazing Books/Fundamentals of Python - Data Structures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Fundamentals of Python - Data Structures.pdf -------------------------------------------------------------------------------- /Amazing Books/Grokking Algorithms -An Illustrated Guide for Programmers and Other Curious People .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Grokking Algorithms -An Illustrated Guide for Programmers and Other Curious People .pdf -------------------------------------------------------------------------------- /Amazing Books/Hands-On Data Structures and Algorithms with Python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Hands-On Data Structures and Algorithms with Python.pdf -------------------------------------------------------------------------------- /Amazing Books/Open Data Structures (in pseudocode).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Open Data Structures (in pseudocode).pdf -------------------------------------------------------------------------------- /Amazing Books/Problem Solving with Algorithms and Data Structures - Python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Amazing Books/Problem Solving with Algorithms and Data Structures - Python.pdf -------------------------------------------------------------------------------- /Cheatsheet/Python Data structures Cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Cheatsheet/Python Data structures Cheatsheet.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # One Stop Solution for Data Structure and Algorithm based Interview Preparation 2 | 3 | Online coding judge evaluates the algorithmic source code submitted by the platform users and tests it against various test cases, constraints and plagiarism. It hosts Competitive Programming Contests as well. Most of us use various coding platforms for practicing coding to enchance our algorithmic skills and logical aptitude.solution of questions from various such websites will be in present here in python programming language. 4 | 5 | ### Cracking the Coding Skill 6 | ![](Readme%20Image/cracking_the_coding_skills_-_v6-page-001.jpg) 7 | 8 | ### Cracking the Soft Skill 9 | ![](Readme%20Image/cracking_the_soft_skills_-_v6-page-001.jpg) 10 | 11 | #### Thank you for Visiting, Good Luck ! 12 | -------------------------------------------------------------------------------- /Readme Image/cracking_the_coding_skills_-_v6-page-001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Readme Image/cracking_the_coding_skills_-_v6-page-001.jpg -------------------------------------------------------------------------------- /Readme Image/cracking_the_soft_skills_-_v6-page-001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pranavanand24/Interview-Prep/0540d179693ce115eb517efd35caf815017f64b0/Readme Image/cracking_the_soft_skills_-_v6-page-001.jpg --------------------------------------------------------------------------------