Skip to content

utsengar/ot-daily-algorithm

 
 

Repository files navigation

alt text

ot-daily-algorithm

This repository is dedicated to daily algorithm challenges.

All challenges can be found in

daily-algorithm/2017-01-01-challenge-name

A description of the challenge can be found in

daily-algorithm/2017-01-01-challenge-name/challenge-name.md

Submitting a Solution

In order to submit a solution, you must submit a PR to the appropriate folder with the correct name. For example, if the name of today's challenge is sort-list, you would create a new file in:

daily-algorithm/2016-01-01-sort-list/your-name-sort-list.js

Creating a new challenge

	npm install
	npm run new-challenge --challengeName=${new-challenge-name}

Why?

Practice with alogrithms and data structures, that you don't normally use, helps us look at our everyday problems in a different light.

Email List

To join the mailing list, visit the following link: https://outlook.office365.com/owa/dailyalgorithm@opentable.onmicrosoft.com/groupsubscription.ashx?action=join&guid=855a5157-e944-315f-0e17-238eb6c0f88

Questions?

Email: jschapiro@opentable.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.1%
  • C# 19.2%
  • Scala 16.4%
  • Java 15.7%
  • Perl 5.2%
  • C++ 3.5%
  • Other 5.9%