Git Product home page Git Product logo

code-challenges's Introduction

Code Challenges

This initially began as a "100 Days of Code" personal challenge, where I would complete a code challenge from codewars, hackerrank and the like every day for 100 days straight. Now it's just a repository of code challenges that I've completed. Sort of like a diary, where I look back at past entries and cringe. ๐Ÿ˜ฌ

If you'd like to give the challenges a shot read the usage instructions below. I've included unit tests for some of the challenges.


Contents:

Lambda School

Codewars โ€” my profile

  • 4 kyu
  • 5 kyu
  • 6 kyu
  • 7 kyu
  • 8 kyu

CodeSignal โ€” my profile

  • Arcade
  • Challenges
  • Company Challenges
  • Interview Practice

HackerRank โ€” my profile

  • 30 Days of Code
  • Algorithms
  • Data Structures
  • Interview Preparation Kit

LeetCode โ€” my profile

Pramp

  • Data Structures and Algorithms
  • Frontend

Project Euler

Google Codejam

  • 2018

various


Usage:

  1. clone the repo
  2. npm i to install dependencies
  3. cd into the directory of your choice
  4. Read through the challenge README.md
  5. Solve the challenge in the corresponding js or py file
  6. Test your solution:

For JavaScript

npm test <filename>

or Python

python tests/<filename>

Example:

  1. cd src/codesignal/Company Challenges/Uber/parkingSpot/
  2. Read the README.md
  3. Add your solution code to parkingSpot.js
  4. npm test parkingSpot

๐Ÿ‘‹

code-challenges's People

Contributors

dependabot[bot] avatar frankfaustino 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.