Skip to content

alpenfritz/meetup-sort-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup - Sorting Algorithms

This was created during my time as a student at Code Chrysalis.

Meetup Slides: https://goo.gl/NV5pDZ

Setup

IDE Environment

  1. Please install VSCode
  2. Please install Node.js
  3. Please install Git

Meetup Repository

  1. Create a sortingAlgo project folder and go to it by typing the following in your terminal
mkdir sortingAlgo
cd sortingAlgo
  1. Clone the following repo by typing the following in your terminal
git clone https://github.com/alpenfritz/meetup-sort-algos.git

Online Coding

  1. Create an account at https://codeanywhere.com
  2. Click File > New Connection > Git from URL
  3. Paste in https://github.com/alpenfritz/meetup-sort-algos.git
  4. Specify a name
  5. Select Node.js (Ubuntu 14.04) for your stack
  6. Click Create

Practice

  1. Implement practiceInsertionSort.js in the practice folder
  2. To run your code, type in your console: npm run practiceInsertion
  3. (Optional) Implement practiceQuickSort.js in the practice folder (you need recursion)
  4. To run your code, type in your console: npm run practiceQuick

Resources

About

Meetup - Introduction to Sorting Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published