{"id":19453296,"url":"https://github.com/pratik20gb/dsa-kun","last_synced_at":"2026-06-10T22:31:29.789Z","repository":{"id":260673387,"uuid":"881694742","full_name":"pratik20gb/Dsa-Kun","owner":"pratik20gb","description":"This repository contains my journey through learning DSA and C++ as I work through various coding problems and practice implementing different algorithms and data structures.","archived":false,"fork":false,"pushed_at":"2024-12-04T08:52:28.000Z","size":406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-04T09:37:44.322Z","etag":null,"topics":["cplusplus","dsa","dsa-algorithm","dsa-cpp","dsa-learning-series","dsa-questions","dsalgo"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pratik20gb.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-01T03:31:27.000Z","updated_at":"2024-12-04T08:52:31.000Z","dependencies_parsed_at":"2024-11-01T19:19:15.492Z","dependency_job_id":"ebd3215f-0295-48ae-b080-8e8508e9e17f","html_url":"https://github.com/pratik20gb/Dsa-Kun","commit_stats":null,"previous_names":["pratik20gb/dsa-kun"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik20gb%2FDsa-Kun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik20gb%2FDsa-Kun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik20gb%2FDsa-Kun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratik20gb%2FDsa-Kun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratik20gb","download_url":"https://codeload.github.com/pratik20gb/Dsa-Kun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232957670,"owners_count":18602633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cplusplus","dsa","dsa-algorithm","dsa-cpp","dsa-learning-series","dsa-questions","dsalgo"],"created_at":"2024-11-10T17:03:25.394Z","updated_at":"2025-01-08T00:33:00.895Z","avatar_url":"https://github.com/pratik20gb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \n  \u003cimg src=\"https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExajBvMGs4ZGljb2Jjang1Y29nZDY3NmZzZmZ0M3NzdnNhemUyOWp6bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/UNQ8B2nvmT5fhP9H5h/giphy.webp\" alt=\"Banner Image 2\" width=\"100\" height=\"100\"\u003e\n   \u003cimg src=\"https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ3c3Zjd6NWh5eGdpZ3VhYzN2YmowOXRoaHA1enRldHNvbml5cDJ4eCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/HVDXb0xjWbR2Npcpxk/giphy.webp\" alt=\"Banner Image 1\" width=\"100\" height=\"100\"\u003e \n     \u003cimg src=\"https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExajBvMGs4ZGljb2Jjang1Y29nZDY3NmZzZmZ0M3NzdnNhemUyOWp6bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/UNQ8B2nvmT5fhP9H5h/giphy.webp\" alt=\"Banner Image 2\" width=\"100\" height=\"100\"\u003e\n     \n\n   \n\u003c/div\u003e\n\n\n# DSA and C++ Learning Repository\nWelcome to my Data Structures and Algorithms (DSA) and C++ Learning Repository! This repository contains my journey through learning DSA and C++ as I work through various coding problems and practice implementing different algorithms and data structures.\n\n## About\nThis repository serves as a record of my learning progress in DSA and C++. Here, I’ll be adding solutions to problems, along with my explanations and notes. Each section covers important DSA topics, which will help in understanding the foundational concepts of computer science and programming.\n\n## Repository Structure\nData Structures: Implementations of various data structures such as arrays, linked lists, stacks, queues, trees, graphs, and more.\nAlgorithms: Solutions and explanations for algorithms including sorting, searching, dynamic programming, recursion, backtracking, etc.\nC++ Code Snippets: Useful C++ code snippets and examples to understand syntax, language features, and best practices.\nTopics Covered\nThe repository is divided into the following sections:\n\n# Data Structures:\n\nArrays\nLinked Lists\nStacks and Queues\nTrees (Binary Tree, Binary Search Tree, AVL, etc.)\nGraphs\nHashing and Hash Tables\nHeaps\n# Algorithms:\n\nSorting (Bubble Sort, Merge Sort, Quick Sort, etc.)\nSearching (Binary Search, Linear Search, etc.)\nDynamic Programming (Knapsack, Fibonacci, etc.)\nRecursion and Backtracking\nGraph Algorithms (DFS, BFS, Dijkstra's, etc.)\nC++ Basics:\n\n# 365DaysOfCode\n\n\n \n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExajBvMGs4ZGljb2Jjang1Y29nZDY3NmZzZmZ0M3NzdnNhemUyOWp6bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/UNQ8B2nvmT5fhP9H5h/giphy.webp\" alt=\"Banner Image 2\" width=\"100\" height=\"100\"\u003e\n\u003ca href=\"https://git.io/streak-stats\"\u003e\u003cimg src=\"https://streak-stats.demolab.com?user=%40pratik20gb\u0026theme=youtube-dark\" alt=\"GitHub Streak\" /\u003e\u003c/a\u003e\n  \n  \n   \u003cimg src=\"https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ3c3Zjd6NWh5eGdpZ3VhYzN2YmowOXRoaHA1enRldHNvbml5cDJ4eCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/HVDXb0xjWbR2Npcpxk/giphy.webp\" alt=\"Banner Image 1\" width=\"100\" height=\"100\"\u003e \n    \n     \n\n   \n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratik20gb%2Fdsa-kun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratik20gb%2Fdsa-kun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratik20gb%2Fdsa-kun/lists"}