{"id":20457586,"url":"https://github.com/syedt1/algorithms","last_synced_at":"2025-06-28T20:08:13.661Z","repository":{"id":122865274,"uuid":"413109995","full_name":"SyedT1/Algorithms","owner":"SyedT1","description":"All ","archived":false,"fork":false,"pushed_at":"2023-07-18T14:51:56.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T20:08:13.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SyedT1.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":"2021-10-03T15:01:59.000Z","updated_at":"2025-01-25T16:39:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb8a9ca9-0a34-44af-9279-02bfe36faa3c","html_url":"https://github.com/SyedT1/Algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SyedT1/Algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyedT1","download_url":"https://codeload.github.com/SyedT1/Algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyedT1%2FAlgorithms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262490399,"owners_count":23319283,"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":[],"created_at":"2024-11-15T12:07:59.221Z","updated_at":"2025-06-28T20:08:13.636Z","avatar_url":"https://github.com/SyedT1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms\n# Resources\n+ [**Mr.Pashka**](https://www.youtube.com/watch?v=oWgLjhM-6XE\u0026list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4\u0026ab_channel=PavelMavrinPavelMavrin)\n+ [**Mr.Abdul Bari**](https://www.youtube.com/watch?v=0IAPZzGSbME\u0026list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O\u0026ab_channel=AbdulBariAbdulBari)\n+ [**MIT OCW**](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/lecture-1-algorithmic-thinking-peak-finding/)\n+ **[Introduction to Algorithms - CLRS](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)**\n+ **[Senior Algorithms](https://opendsa.cs.vt.edu/ODSA/Books/CS4104/html/index.html)**\n+ **[Brilliant Algorithms Community Wiki](https://brilliant.org/computer-science/?subtopic=algorithms\u0026chapter=sorts)**\n\n# Video Lectures\n+ **MIT OCW**\n   + **[Introduction to Algorithms - Spring 2020](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-spring-2020/lecture-videos/)**\n+ **Harvard**\n   + **[Advanced Algorithms(CS 224)- Professor Jelani Nelson](http://people.seas.harvard.edu/~minilek/cs224/fall14/lec.html)**\n\n## Interesting places to solve algorithmic puzzles/problems:\n  ### **Advent of Code**\n   + [**2016**](https://adventofcode.com/2016)\n   + [**2017**](https://adventofcode.com/2017)\n   + [**2018**](https://adventofcode.com/2018)\n   + [**2019**](https://adventofcode.com/2019)\n   + [**2020**](https://adventofcode.com/2020)\n   + [**2021**](https://adventofcode.com/2021)\n     + [Day 1 - Link](https://adventofcode.com/2021/day/1)\n       + [my solution to Part 1](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/1.cpp)\n     + [Day 2 - Link](https://adventofcode.com/2021/day/2)\n       + [my solution to Part 1](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/day2_1.cpp)\n       + [my solution to Part 2](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/day2_2.cpp)\n     + [Day 3 - Link](https://adventofcode.com/2021/day/3)\n       + [my solution to Part 1](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/day3_1.cpp)\n     + [Day 4 - Link](https://adventofcode.com/2021/day/4)\n       + [my solution to Part 1](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/day4_1.cpp)\n       + [my solution to Part 2](https://github.com/SyedT1/Algorithms/blob/main/AdventOfCode/2021/day%204_2.cpp)\n   + [**2022**](https://adventofcode.com/2022)\n  ### [**Challenge.syancor**](https://challenge.synacor.com/)\n  ### [**Microcorruption**](https://microcorruption.com/login)\n  ### [**Daily Programmer**](https://www.reddit.com/r/dailyprogrammer/)\n  ### [**Project Euler**](https://projecteuler.net/)\n  ### [**A\u0026DS Course - Pavel Marvin(2 Per Week)**](https://www.youtube.com/watch?v=oWgLjhM-6XE\u0026list=PLrS21S1jm43igE57Ye_edwds_iL7ZOAG4\u0026index=1)\n  + **S01**\n    - **E01 Algorithms, Time Complexity and Merge Sort**\n       + Notes\n       + Implementation\n    - **E02 Data Structures. Binary Heap and Heap Sort**\n       + Notes\n       + Implementation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedt1%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedt1%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedt1%2Falgorithms/lists"}