You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains my solutions to LeetCode problems implemented in Python, focusing on clear logic, optimal approaches, and commonly used interview patterns. It is created as part of my Data Structures & Algorithms (DSA) and coding interview preparation.
60-day coding challenge applying Data Structures & Algorithms to real-world engineering problems. Includes daily DSA concepts, industry-inspired mini projects, optimized implementations, and complexity analysis to demonstrate applied problem-solving for entry-level SDE/backend roles..
A lightweight and well-structured CRUD (Create, Read, Update, Delete) application built with Django. This project demonstrates fundamental database operations using Django’s models, views, and templates, making it an excellent starting point for beginners exploring with django
This program can encrypt and decrypt arrays of English words. The word API used to validate words and obtain random ones is: https://random-word-api.herokuapp.com