Giter VIP home page Giter VIP logo

coder-prep's Introduction

Coder Prep

This is just a small project I created to augment interview preparation. LeetCode is definitely helpful, but talking to someone as you solve the problem is also part of the challenge. CoderPad lets you do this, but why do it in a browser when you can do it right in VS Code?

VS Code has a Live Share extension that allows your mock interviewer to join you in your VS Code environment, combined with voice-call software this should be helpful for training communication skills and the ability to think and code out loud.

This project makes it easy to bootstrap a problem with its testcases, this allows you to quickly check your solution with your mock interviewer.

Usage

$ chmod u+x create to make the bash script executable

$ ./create to create a new problem

The newly created problem will be inside ./challenges folder

Feel free to check out ./challenges/example.js to see what it might look like.

To execute a solved challenge, you would go inside ./challenges folder, and run

$ node <insert-challenge-name>

Example Output:

$ node example
--------------------------------------
Passed Testcase 1:
        Input:
        1, 1
        Output:
        2
--------------------------------------
Passed Testcase 2:
        Input:
        -1, 1
        Output:
        0
--------------------------------------
Passed Testcase 3:
        Input:
        12345, 54321
        Output:
        66666
--------------------------------------

coder-prep's People

Contributors

p1ho avatar

Watchers

James Cloos avatar  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.