GithubHelp home page GithubHelp logo

lalitgsk / data-structures-by-horowitz-in-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from suvrobaner/data-structures-by-horowitz-in-python

0.0 1.0 0.0 1.16 MB

Python implementation of the book Fundamentals of Data Structures in C++ by E.Horowitz, S.Sahni and Mehta

Jupyter Notebook 100.00%

data-structures-by-horowitz-in-python's Introduction

Data Structures By Horowitz - As iPython Notebooks

Run these notebooks online - Binder

Python implementation of the examples in the text book Fundamentals of Data Structures in C++ by E.Horowitz, S.Sahni and Mehta.

This is a part of my contribution to the textbook companionship project organized by the FOSSEE initiative of IIT Bombay.

Sneak Peek

Chapter 1

Plotting the Fibonacci Spiral in Python!

Profiling the time cost of sequential search

Chapter 2

The LaTeX enabled Polynomial module

Find vs Fast Find

Chapter 3

Maze Path Finder (Application of stack)

Chapter 7

Visualizing Heap sort using graph viz plots

The input array ( Represented as dictionary ) : 
{1: 26, 2: 5, 3: 77, 4: 1, 5: 61, 6: 11, 7: 59, 8: 15, 9: 48, 10: 19}

(One of the intermediate steps)

Sorted :  [77, 61, 59, 48, 26]

(Final step and the sorted array)

Sorted :  [77, 61, 59, 48, 26, 19, 15, 11, 5]
The final sorted array is :  [77, 61, 59, 48, 26, 19, 15, 11, 5, 1]
Chapter 8

RSA hash generation flowchart in Python!!

Hashmap collision avoidance using chaining

Contribute

If you wish to contribute too, visit FOSSEE and see if you can find anything matching your interests.

Copyright

The copyrights for all the codes belong to the FOSSEE Department of IIT Bombay.

Contact

For any queries or help feel free to contact me at my email [email protected]

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.