LeetCode solutions in Python
-
Updated
Mar 16, 2021 - Python
LeetCode solutions in Python
Leetcode, Leetcode Solutions, Competitive Programming, Algodesign
O Restaurant Orders é uma aplicação back-end web desenvolvida em Python, que permite de maneira simples, gerar seus cardápios considerando possíveis restrições alimentares e disponibilidade em estoque
portfolio project for CS261 - Data Structures
Repository consists of solution for data structures and algorithms focusing on technical problems.
System that generates reports on orders and customers to help with marketing efforts and increase sales. The system also keeps track of ingredient stock to maintain an accurate digital menu.
Practice repository of LeetCode questions using Python and C++.
This repository provides Python solutions for a range of LeetCode problems, focusing on clarity and efficiency. Each solution is designed to improve coding skills and strengthen problem-solving abilities.
Was wondering how Hash Maps worked so I decided to create my own, this hash map uses MD5 hashing and a chaining, linked-list collision resolution.
Hashmap implementations using open-address and seperate-chaining methods.
A hash map implemented in Python
Terminal-based-typing-master is a command-line tool 🖥️ designed to enhance typing skills efficiently. 🚀 With customizable exercises, it offers a gamified approach to practice typing speed and accuracy. 💻🔤 Track your progress, compete with friends, and become a typing master! 🏆 #TypeFaster
A List with O(1) time complexity for .index() method, instead of O(N).
Neste projeto, pequei uma implementação em andamento e tive que dar continuidade com base no que já havia sido implementado. A implementação consistia em uma ferramenta de construção de cardápios. O que irá possibilitar ao restaurante, de maneira simples, gerar seus cardápios considerando possíveis restrições alimentares e também a disponibilidade
This notebooks contains a python implementation of some of the popular data structure and algorithms
Add a description, image, and links to the hashmap topic page so that developers can more easily learn about it.
To associate your repository with the hashmap topic, visit your repo's landing page and select "manage topics."