Git Product home page Git Product logo

algorithms's Introduction

algorithms

Build Status Coverage Status

This contains my practice and preparation for interview/whiteboarding problems. I'll start with the fundamentals and then begin working on more complicated algorithms.

List of Problems

.
├─ javascript
│  ├─ array
│  │  ├── greatestSubarray.js
│  │  ├── jumpingArray.js
│  │  ├── leader.js
│  │  ├── minAdditions.js
│  │  ├── peak.js
│  │  └── spiralGrid.js
│  ├─ genetic algorithms
│  │  └── string.js
│  ├─ grid
│  │  ├── largestNeighbor.js
│  │  ├── largestRegion.js
│  │  └── gridTraversal.js
│  ├─ kmeans (kth clustering)
│  │  └── index.js
│  ├─ knn (kth nearest neighbor)
│  │  └── index.js
│  ├─ linkedlist
│  │  ├── cyclical.js
│  │  ├── findIntersection.js
│  │  ├── mergeLists.js
│  │  ├── reverseList.js
│  │  ├── sumLists.js
│  │  ├── ListNode.js
│  │  └── DoublyListNode.js
│  ├─ math
│  │  └── randomWeight.js
│  ├─ recursion
│  │  ├── knapsack.js
│  │  ├── depthFinder.js
│  │  ├── numberOfPathsInMatrix.js
│  │  ├── pascalsTriangle.js
│  │  ├── permutations.js
│  │  └── staircase.js
│  ├─ search
│  │  └── binarySearch.js
│  ├─ sort
│  │  └── mergesort.js
│  ├─ string
│  │  ├── balancedParenthese.js
│  │  ├── isPalindrome.js
│  │  ├── longestPalindrome.js
│  │  ├── longestSubsequence.js
│  │  ├── longestSubstring.js
│  │  └── kmp.js
│  ├─ systemdesign
│  │  └── lrucache.js
│  ├─ tree
│  │  ├── pathSum.js
│  │  ├── columnSort.js
│  │  ├── TreeNode.js
│  │  └── killProcess.js
│  └─ trie
└─ java
   ├─ epi (elements of programming interview)
   ├─ interview
   ├─ leetcode
   ├─ misc
   └─ programmingteam (problems from our ACM chapter team)

Testing

For the Javascript code:

npm test

For the Java code (this needs to be run in the java directory):

python test_runner.py

Style Guides

Please read and follow the style guides for the respective language.

License

MIT License

algorithms's People

Contributors

puyush6889 avatar vinnyoodles avatar

Watchers

 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.