Skip to content

Problem solving to practice various algorithms and data structures. Code implemented in Python

Notifications You must be signed in to change notification settings

SaurabhJ93/Python-practice---Algo-and-DS

Repository files navigation

Python_practice

Various codes and projects in Python that I have developed as part of practice.

Current codes are on following topics:

  1. Bloom Filter: Python implementation of Bloom filter. Implementation is done using a 'bloom_array' and hash functions for bit array updation.

  2. Merkle Tree:

  3. 8 Puzzle problem:

  4. Extract Min of a sub-array:

  5. Fuzzy Sorting of intervals:

  6. FIFO Calculator: A calculator to parse through a csv and build a summary of your assets and portfolio.

About

Problem solving to practice various algorithms and data structures. Code implemented in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages