Git Product home page Git Product logo

cf-301-data-structures-and-algorithms's Introduction

Data Structures and Algorithms

Create a copy of this repository

  1. Create a new repository in your GitHub account called data-structures-and-algorithms
  2. Clone the empty repository to your machine
  3. Choose the "Download" option under "Clone or Download" for this repository
  4. Copy that .zip file inside of the local data-structures-and-algorithms repo created in step 2
  5. Unzip the file there
  6. Remove the .zip file
  7. Run the command npm install from the repository root directory
  8. Do an ACP of the data-structures-and-algorithms repository

Repository Quick Tour and Usage

301 Code Challenges

Under the data-structures-and-algorithms repository, at the top level is a folder called code-challenges

Each day, you'll add one new file to this folder to do your work for the day's assigned code challenge

401 Data Structures, Code Challenges

  • Each Data Structure should be implemented separately in a language specific manner, in a properly named folder.
    • i.e. linked-lists
  • For daily challenges:
    • Each implementation should have a challenges folder, named challenges
    • Within the challenges folder, a subfolder bearing the name of the challenge
      • i.e. remove-duplicates
    • Within the proper subfolder:
      • A README.md that will house your challenge summary, whiteboard photos
      • Your implementation and tests for the code challenge
      • Perform your work in accordance with your 401 language's instructions

The final structure should resemble this:

  data-structures-and-algorithms
  |
  ├── code-challenges
  │  └── challenge-01.test.js
  │  └── challenge-02.test.js
  │  └── ...
  |
  ├── [language]
  │   └── [data-structure-name]
  │       └── challenges
  │   └── [data-structure-name]
  │       └── challenges
  │   └── [data-structure-name]
  │       └── challenges
  │   └── ...
  |
  ├── node_modules
  |
  ├── .github
  │   └── workflows
  │       └── javascript-tests.yml
  │
  ├── .eslintrc.json
  ├── .gitignore
  ├── package-lock.json
  ├── package.json
  └── README.md

cf-301-data-structures-and-algorithms's People

Contributors

nickdorkins 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.