Projects in Awesome Lists by Smeltier
A curated list of projects in awesome lists by Smeltier .
https://github.com/smeltier/competitive-programming
These are my resolutions to problems on various platforms related to competitive programming
algorithms beecrowd beecrowd-solutions competitive-learning competitive-programming competitive-programming-algorithms competitive-programming-contests cplusplus cpp cses-solutions data-structures neps-academy solutions spoj-solutions
Last synced: 28 Jun 2025
https://github.com/smeltier/o-labirinto
Cria um labirinto N x N (7 <= N <= 100), com densidade de paredes P (10<= P <= 80) e encontra o menor caminho da entrada até a saída.
Last synced: 01 Aug 2025
https://github.com/smeltier/data-structures-c
This repository contains C language implementations of the main data structures covered in the Algorithms and Data Structures course. The implementations were developed as part of my hands-on learning process and include sequential lists, linked lists, and other fundamental structures.
algorithms algorithms-and-data-structures c c-language c-programming data data-structures data-structures-c structures-c
Last synced: 16 May 2025
https://github.com/smeltier/git-from-scratch
Disclaimer: The content of the repository is based on the tutorial made by Thibault Polge. My goal is just to learn more about Git. Every implementation was done not just by copying and pasting, but by trying to understand each line and each command that was being typed.
Last synced: 06 Jul 2025
https://github.com/smeltier/data-structures-python
A repository with implementations of common data structures in Python.
Last synced: 12 Mar 2025
https://github.com/smeltier/westworld
An example of a finite state machine using python.
Last synced: 18 Jul 2026