Git Product home page Git Product logo

pythonic_dsa's Introduction

Pythonic DSA

Made this repository to practice my understanding of DSA. In addition to that, I solved multiple problems using them.

1 - Stack

  • Valid Balanced Parentheses
  • Reverse String
  • convert integer to binary

2 - Single Linked List

  • features: append, delete, length, swap, reverse, remove the duplicates, merge, count occurrences, pivot
  • palindrome checker
  • sum two linked lists

3 - Circular Linked List

  • features: append, length, print list, remove, is circular, split
  • Josephus problem

4 - Doubly linked List

  • features: append, print_list, prepend, add_before_node, add_after_node, delete, remove_duplicates
  • Pair with sum

5 - Array

  • plus_one, two_sum_brute_force, two_sum_hash_table,two_sum
  • optimal task assignment, intersection list, buy_and_sell_stocks

6 - Binary Tree

  • depth-first traversal โ†’ pre_order, in_order, post_order
  • breadth-first traversal โ†’ level_order, reverse_level_order
  • heigh, size(recursively and iteratively)

7 - Binary Search Tree

  • features: insert, search, is_bst_satisfied

8 - Binary Search

  • linear search, binary_search_iteratively, binary_search_recursively
  • find_the_closest_num, find_fixed_point, find_highest_num, find_first_occurence, integer_square_root, find_smallest

9 - Recursion

  • get_upper_case, string_length, consonant_counter, multiplier

10- String Manipulation

(NOT YET)

pythonic_dsa's People

Contributors

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