Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LucasGdosR/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

About

🎮 Algorithms and data structures made simple

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.8%
  • Rust 13.8%
  • Makefile 12.8%
  • Java 10.6%