Skip to content

coderpeti/codes-from-videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Algorithm Implementations

This repository contains various algorithms explained in my YouTube videos. The goal is to provide clear, easy-to-understand code implementations for common algorithms and data structures. Each algorithm is implemented in Python or C++ and is accompanied by explanations that can help you grasp the core concepts of computer science and problem-solving.

Feel free to explore the code and check out the corresponding video tutorials for in-depth explanations.

Usage

To use any of the algorithms in this repository, simply download or clone the repository and run the Python scripts. The algorithms are implemented in standalone functions, and you can call them with any relevant inputs.

Example Usage:

from manacher_longest_substring import manacher_longest_substring

# Find the longest palindromic substring in a string
result = manacher_longest_substring("racecar")
print(result)  # Output: 'racecar'

License

This project is open-source and available under the MIT License.

Author

Created by: Péter Kóder Email: petercoder.dev@gmail.com GitHub: coderpeti YouTube: @peter_koder

About

A repository containing various algorithms explained in my YouTube videos. Each algorithm is implemented in Python, and the code examples are accompanied by detailed explanations to help you understand key concepts in computer science and problem-solving. Check out the associated video tutorials for more in-depth insights and visual demonstrations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages