https://github.com/lupppig/code-practice
A collection of my daily solutions to algorithm problems from platforms like LeetCode and Codewars. Focused on consistency, problem-solving, and learning.
https://github.com/lupppig/code-practice
algorithm algorithms-and-data-structures arrays golang queue time-complexity
Last synced: 2 months ago
JSON representation
A collection of my daily solutions to algorithm problems from platforms like LeetCode and Codewars. Focused on consistency, problem-solving, and learning.
- Host: GitHub
- URL: https://github.com/lupppig/code-practice
- Owner: lupppig
- Created: 2025-05-02T08:16:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T09:38:59.000Z (3 months ago)
- Last Synced: 2025-07-30T20:21:45.815Z (3 months ago)
- Topics: algorithm, algorithms-and-data-structures, arrays, golang, queue, time-complexity
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 Daily Coding Challenges
This repository contains my daily coding practice solutions. The goal is to build consistency, improve problem-solving skills, and track progress over time.
## 📚 What's Included
- Daily problem-solving exercises
- Clean and tested code solutions## ✅ Goals
- Build daily coding discipline
- Strengthen algorithmic thinking
- Prepare for technical interviews---
> Stay consistent. Stay sharp. Keep building.