Skip to content

Implementation of different Data Structures, Algorithms, and other tests and notes in Python

License

Notifications You must be signed in to change notification settings

kevocde/python-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Pyhton Concepts

Some interpretations and examples of Data Structures, Algorithms (Recursion, Search, Short, etc), OOP, and other topics in Python.
Explore the docs »

Report Bug · Request Feature

Built with

Python Numpy

Getting Started

Prerequisites

  • Install Python ^ 3.10
  • Install Pip
    curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
    python get-pip.py 
  • Install Virtualenv
    python -m pip install --user virtualenv
  • Any text editor

Installation

  1. Clone the repo
  git clone https://github.com/kevocde/python-concepts.git -b main
  1. Install dependences
  pip install -r requirements.txt
  1. Run each file
  python {file-path}

License

Distributed under the MIT License. See LICENSE.txt file for more information. See more about this in OpenSource MIT Licenses.

Contact

Kevin Guzmán (kevocde) - @kevindanielgu15 - kevocde@gmail.com

About

Implementation of different Data Structures, Algorithms, and other tests and notes in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages