Skip to content

🎮 Algorithms and data structures made simple

License

Notifications You must be signed in to change notification settings

ppenna/playground

Repository files navigation

Playground

en pt-br

🎮 Algorithms and data structures made simple.

This repository contains an example implementation of many popular algorithms and data structures. Each example is implemented as a standalone program and accompanies its own README.md with some background explanation.

🔨 This project is under construction. If you like it, please consider giving it a star ⭐

Enjoy! 😃

Read this in other languages: English, Português

⚠️ This project is meant for learning purposes only. We discourage its use in a production environment.

Table of Contents

Data Structures

B - Basic, I - Intermediate, A - Advanced.

Linear Data Structures

Non-Linear Data Structures

Algorithms

B - Basic, I - Intermediate, A - Advanced.

Sorting

Searching

Strings

Graphs

Compression

  • A Huffman
  • A Lempel-Ziv-Welch

Cryptography

Machine Learning

Math

Image Processing

  • I Affine Transformations
  • I Image Convolution

Evolutionary Algorithms