Coder Social home page Coder Social logo

greedyalgorithms's Introduction

Algorithm Challenge Boilerplate

git clone https://github.com/LondonAlgorithms/boilerplate.git
cd boilerplate

Here's some tips for creating a great algorithm challenge:

  • Write a readme
  • Add specs
  • Add function definitions
  • Add helpers
  • Update src/algo.js filename with name of algo
  • Update spec/spec.js <title> with name of algo

Readme

  • Introduction: Write a clear description of the algorithm
  • Resources: Include links to any slides, blog posts or articles if you are relying on them to help people to quickly grasp the concepts involved
  • The challenge: Describe the challenge step by step (enough so someone without prior explanation can get started)
  • Helpers: Document the helpers you are providing and, if helpful, explain the role they play in the algorithm
  • Credits

Specs

  • Start with some easy functions (give people a foot in the door)
  • Specs should correspond the functions the student is writing

Function definitions

  • Create shell functions
  • Document functions using JSDoc
  • Try to keep functions in an order that corresponds to the specs

Helpers

  • Abstract away all the icky complex code into helpers
  • Document in the readme

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.