GithubHelp home page GithubHelp logo

sorting's Introduction

Sorting Algorithms

This is a project to help me learn introductory algorithms, specifically Insertion, Selection, and Bubble Sort. Resources used were Grokking Algorithms, Lambda School's Training Kit, and limited youtube videos. As much as possible I avoided googling code directly as the goal was to try to transfer a spec to code with as little assistance as possible.

  • Open up the recursive_sorting directory
  • Read through the descriptions of the merge_sort algorithm
  • Implement merge_sort in recursive_sorting.py
  • Test your implementation by running test_recursive.py

Stretch Goals

  • Implement the count_sort algorithm in the iterative_sorting directory.
  • Implement an in-place version of merge_sort that does not allocate any additional memory. In other words, the space complexity for this function should be O(1).
  • Implement the timsort algorithm, which is a real-world sorting algorithm. In fact, it is the sorting algorithm that is used when you run Python's built-in sort method.

sorting's People

Contributors

kafable avatar seanchen1991 avatar br80 avatar et-code-home avatar birdcar avatar beejjorgensen avatar briandoyle81 avatar

Watchers

James Cloos 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.