icharo-tb / python-algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Algorithms

Purpose

This repository it's a personal practice of different algorithms and will all be written in Python. Some of the algorithms to learn here will be Search Trees, math algorithms such as Jaccard, and also optimized algorithms for some code problems such as Manacher Algorithm[¹].

TODO

  • DFS Algorithm
  • Jaccard Algorithm
  • 2nd Grade Ecuation + Discriminant
  • Binary Search
  • Recursive Factorial
  • Longer Palindromic Substring

[¹]: Naive algorithm will also be reviewed under Longer Palindromic Substring folder next to Manacher's.

About


Languages

Language:Python 100.0%