Code Monkey home page Code Monkey logo

data-structure-with-python's Introduction

Reference

array list https://docs.python.org/3/tutorial/datastructures.html

linked list https://docs.python.org/3/library/collections.html#collections.deque

stack https://leetcode.com/problems/implement-stack-using-queues/description/

queue https://leetcode.com/problems/implement-queue-using-stacks/description/ https://leetcode.com/problems/design-circular-queue/description/

hash https://docs.python.org/3/reference/datamodel.html#object.__hash__ https://docs.python.org/3/tutorial/datastructures.html#dictionaries https://stackoverflow.com/questions/27522626/hash-function-in-python-3-3-returns-different-results-between-sessions https://docs.python.org/3/library/hashlib.html https://www.geeksforgeeks.org/python-hash-method/ https://www.geeksforgeeks.org/open-addressing-collision-handling-technique-in-hashing/ https://www.geeksforgeeks.org/separate-chaining-collision-handling-technique-in-hashing/ https://www.geeksforgeeks.org/quadratic-probing-in-hashing/ https://www.geeksforgeeks.org/double-hashing/ https://www.geeksforgeeks.org/implementation-of-hash-table-in-python-using-separate-chaining/ https://www.geeksforgeeks.org/load-factor-and-rehashing/ https://ocw.snu.ac.kr/sites/default/files/NOTE/W11-3.Open_addressing.pdf

graph https://www.geeksforgeeks.org/graph-and-its-representations/ https://www.programiz.com/dsa/graph

binary tree https://www.geeksforgeeks.org/introduction-to-binary-tree-data-structure-and-algorithm-tutorials/ https://www.geeksforgeeks.org/tree-data-structure/

data-structure-with-python's People

Contributors

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