Skip to content

Adrian-Garcia/Python-Algorithms

Repository files navigation

Python-Algorithms

Personal algorithms developed in Python.

Directories related to Leetcode

Generally speaking, these directories contain leetcode solutions. Most of them work:

  • backtracking
  • bitManipulation
  • binaryTree
  • graph
  • greedy
  • linkedList
  • list
  • matrix
  • string

Experimental

This repository is also used as "laboratory" to test and experiment on python usage. The folliwng directory contain information related to python dependencies

  • finance
  • machineLearning
  • math
  • numpy
  • objectOrientedDesign
  • oop
  • programmingFundamentals
  • pygame
  • pythonDataStructures
  • semaphores
  • tricks
  • webScraping

Interviews

Last but not least. This repository contains a big number of company problems resolved (at least most of them). You can find all under the interviews directory

Code formatter

This repository uses black as code formater. You can use code formatter in whole repository by executing following command:

ptyhon -m black .

About

Personal algorithms developed in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published