Giter Site home page Giter Site logo

kishorekapil / grokking-the-coding-interview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aditya109/software-engineering-interview-rampup

0.0 0.0 0.0 957 KB

My research on Grokking The Coding Interview

Python 84.18% Java 1.58% Go 2.81% C# 11.44%

grokking-the-coding-interview's Introduction

Grokking-The-Coding-Interview

Don't just fork it, star it as well ๐ŸŒŸ !

Repository Structure

.
โ”œโ”€โ”€ 00-basics
โ”‚   โ”œโ”€โ”€ ....
โ”‚   โ””โ”€โ”€ trie
โ”‚       โ”œโ”€โ”€ python
โ”‚       โ”œโ”€โ”€ Trie.md
โ”‚       โ””โ”€โ”€ trie.png
โ”œโ”€โ”€ 01-grokking-the-coding-interview
โ”‚   โ”œโ”€โ”€ 01-sliding-window
โ”‚   โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ”œโ”€โ”€ examples
โ”‚   โ”‚   โ”œโ”€โ”€ Pattern - Sliding Window.md
โ”‚   โ”‚   โ””โ”€โ”€ practice problems
โ”‚   โ”œโ”€โ”€ ...
โ”‚   โ”œโ”€โ”€ 16-topological-sort
โ”‚   โ”‚   โ”œโ”€โ”€ ...
โ”‚   โ”‚   โ””โ”€โ”€ topsort-simple.py
โ”‚   โ””โ”€โ”€ README.md
โ”œโ”€โ”€ 02-striver-sheet
โ”‚   โ”œโ”€โ”€ day-01
โ”‚   โ”‚   โ”œโ”€โ”€ 01-set-matrix-zeros
โ”‚   โ”‚   โ”œโ”€โ”€ 02-pascal-triangle
โ”‚   โ”‚   โ”œโ”€โ”€ 03-next-permutation
โ”‚   โ”‚   โ”œโ”€โ”€ 04-kadane-algorithm
โ”‚   โ”‚   โ”œโ”€โ”€ 05-sort-an-array-of-0-1-2
โ”‚   โ”‚   โ””โ”€โ”€ 06-stock-buy-and-sell
โ”‚   โ”œโ”€โ”€ ....
โ”‚   โ”œโ”€โ”€ day-26
โ”‚   โ”‚   โ”œโ”€โ”€ ...
โ”‚   โ”‚   โ””โ”€โ”€ 08-maximum-profit-in-job-scheduling
โ”‚   โ””โ”€โ”€ README.md
โ”œโ”€โ”€ a.txt
โ”œโ”€โ”€ codesetup
โ”‚   โ”œโ”€โ”€ ...
โ”‚   โ””โ”€โ”€ references
โ”‚       โ”œโ”€โ”€ C#-README.md
โ”‚       โ”œโ”€โ”€ GOLANG-README.md
โ”‚       โ”œโ”€โ”€ JAVA-README.md
โ”‚       โ””โ”€โ”€ PYTHON-README.md
โ”œโ”€โ”€ coding-Progress.xlsx
โ”œโ”€โ”€ Dev Interview Study Guide.md
โ”œโ”€โ”€ job prep.md
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ scripts
โ”‚   โ””โ”€โ”€ app.py
โ””โ”€โ”€ Writing PseudoCode.md

The repository has the following:

  1. 00-basics - It contains the basics of coding not absolute ones, but intermediate precursors.

  2. 01-grokking-the-coding-interview has :

    1. categorical-directories - These contain various types of questions under broad category.

    2. README.md - Containing all the different types of problems in the folder.

  3. 02-striver-sheet has :

    1. day-directories - The contain day- segregated questions which are of mixed types.
      • problem-directories - These contain various types of questions under broad category.
    2. README.md - Containing all the different types of problems in the folder.
  4. codesetup - These contain template code setup for different languages with unit tests setup provided for testing the code's robustness, currently contain four.

Each template code setup can be used as a base template for practicing as well.

For more information, click on respective language hyperlinks above.

With โค from Land of ๐Ÿฆš and ๐Ÿ….


aditya109

grokking-the-coding-interview's People

Contributors

aditya109 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.