Code Monkey home page Code Monkey logo

problem-solving-with-algorithms-and-data-structures-using-python's Introduction

Problem Solving with Algorithms and Data Structures

Included are exercises completed while reading Problem Solving with Algorithms and Data Structures by Brad Miller and David Ranum.

What's inside:

Chapter 1:

  • A fraction data type
  • A simple logic circuit implementation

Chapter 2:

  • Two different functions to find the smallest value in a list
    • Used to show that even though your function may provide the functionality you're looking for, it's not always the most efficient solution.

Chapter 3:

  • Implementations of data types such as stacks, queues, deuques, unordered lists, and ordered lists.
  • A simulation implementing a queue where a computer printer must make its way through it's print jobs over a time period.

Chapter 4:

  • Simple recursive algorithm implementations to:
    • Reverse a string.
    • Return the sum of a list of integers.
    • Convert an integer into it's string representation of any base.
    • Check if a string is a palindrome.
    • Draw a Sierpinski triangle.
    • Solve a Tower of Hanoi puzzle
    • Draw a fractal tree
    • Navigate a maze

Chapter 5:

  • Explored the popular search algorithms including:
    • Binary Search
    • Hash Tables
    • Unordered and Ordered Sequential Search
  • Explored sorting algorithms including:
    • Bubble Sort
    • Insertion Sort
    • Merge Sort
    • Shell Sort
    • Quick Sort

Note

I am still in the progress of working through this book and new code will be added daily

problem-solving-with-algorithms-and-data-structures-using-python's People

Contributors

jacobwis 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.