https://github.com/kehl-gopher/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/kehl-gopher/code-practice
algorithm algorithms-and-data-structures arrays golang queue time-complexity
Last synced: 4 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/kehl-gopher/code-practice
- Owner: kehl-gopher
- Created: 2025-05-02T08:16:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T22:06:23.000Z (5 months ago)
- Last Synced: 2025-06-13T03:43:01.775Z (4 months ago)
- Topics: algorithm, algorithms-and-data-structures, arrays, golang, queue, time-complexity
- Language: Go
- Homepage:
- Size: 20.5 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.