eon01 /
awesome-chatgpt
π§ A curated list of awesome ChatGPT resources, including libraries, SDKs, APIs, and more. π Please consider supporting this project by giving it a star.
Loading repository dataβ¦
Avik2024 / repository
π§ A curated collection of LeetCode solutions in π» C++ | π Python | π¦ TypeScript | πΉ Go. Each problem includes π multiple approaches, π explanations, and β±οΈ complexity analysis. Organized by π topic & difficulty, this repo is your guide for π― interviews and algorithm mastery.
π§ LeetCode Solutions
A clean, organized, and well-documented collection of my LeetCode solutions in multiple languagesβbuilt for learning, revising, and showcasing problemβsolving skills.
β¨ Highlights
π Structured by topic + difficulty for fast lookup
π§© Multiple approaches (Brute β Optimized β Optimal) with clear tradeβoffs
β±οΈ Time/Space complexity annotated for each solution
β Unitβtested where applicable; example I/O included
π Explanations & patterns (sliding window, two pointers, DP, graphs, etc.)
Selected from shared topics, language and repository descriptionβnot editorial ratings.
eon01 /
π§ A curated list of awesome ChatGPT resources, including libraries, SDKs, APIs, and more. π Please consider supporting this project by giving it a star.
ashish7802 /
π§ A practical toolkit for engineers building with LLMs β prompt templates, RAG patterns, FastAPI boilerplates & curated resources. Production-ready. Open source.
shivam-kr935 /
π§ A curated collection of Python programs and exercises for hands-on learning. This repository contains beginner to intermediate Python practice problems categorized by topics like loops, functions, strings, patterns, and more. Built as part of my coding journey to strengthen Python fundamentals and problem-solving skills.
mrrajat10 /
π Python Mastery Hub A curated collection of my Python practice, focusing on: β OOP & DSA Concepts β Clear, example-driven code to reinforce fundamentals. π§ Competitive Coding β Problem-solving with logic, patterns, and clean solutions. π» Mini Projects β Hands-on Python applications to apply learned concepts.
vijananish /
π A curated collection of LeetCode solutions in Python π. Includes clean, optimized code β with explanations π‘ and complexity analysis π. Covers arrays, strings, DP, trees π³, graphs πΈοΈ & more. Perfect for interview prep πΌ, coding practice π§ & mastering Python algorithms π.
RaFaTEOLI /
π§ A lightweight Retrieval-Augmented Generation (RAG) system built with Python and Hugging Face Transformers. Uses a curated dataset of 61 facts about Berlin to answer natural language questions with AI-powered contextual responses.