{"id":18374227,"url":"https://github.com/superbderrick/algorithms","last_synced_at":"2025-07-20T01:31:43.661Z","repository":{"id":65007475,"uuid":"117053007","full_name":"superbderrick/Algorithms","owner":"superbderrick","description":"Algorithm Study project","archived":false,"fork":false,"pushed_at":"2023-07-16T02:52:28.000Z","size":4703,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T19:38:30.512Z","etag":null,"topics":["algorithm","algorithm-challenges"],"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/superbderrick.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":"2018-01-11T05:10:11.000Z","updated_at":"2023-03-04T12:35:40.000Z","dependencies_parsed_at":"2025-04-06T19:32:43.296Z","dependency_job_id":"b591ab49-13fc-4c9f-b6ba-4733f2638bc1","html_url":"https://github.com/superbderrick/Algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superbderrick/Algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbderrick%2FAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbderrick%2FAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbderrick%2FAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbderrick%2FAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superbderrick","download_url":"https://codeload.github.com/superbderrick/Algorithms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbderrick%2FAlgorithms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266053824,"owners_count":23869496,"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":["algorithm","algorithm-challenges"],"created_at":"2024-11-06T00:13:51.751Z","updated_at":"2025-07-20T01:31:43.634Z","avatar_url":"https://github.com/superbderrick.png","language":"C++","readme":"# Algorithms\n\nLet's study Algorithms and Data strucure \n- Participants (Derrick, and Daniel)\n\n\n\nTangerine \n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/138476\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/tangerine/tangerine.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/blob/master/daniel/tangerine/tangerine.c\n\n\nMaximum and Minimum value\n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/12939\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/minmax/minmax.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/tree/master/daniel/max_min_value\n\n\nJadenCase\n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/12951\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/JadenCase/JadenCase.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/blob/master/daniel/JadenCase/JadenCase.cpp\n    \nMakeMinimumNumber\n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/12941\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/Make_Minimum/MakeMinimum.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/blob/master/daniel/make_min_value/make_min_value.cpp\n\nCorrectParenthesis\n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/12909\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/CorrectParenthesis/CorrectParenthesis.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/blob/3d2734b2786509e5990ebe8f5ddc62c93e7d5be2/daniel/correct_bracket/correct_bracket.cpp\n\nBinary Repeat\n- Programmers\n    - https://school.programmers.co.kr/learn/courses/30/lessons/70129\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/RepeatBin/RepeatBin.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/tree/master/daniel/repeat_binary_transform\n\n\nFibonachi\n- Programmers \n    - https://school.programmers.co.kr/learn/courses/30/lessons/12945\n- C# \n    - https://github.com/superbderrick/Algorithms/blob/master/derrick/Fibonachi/Fibonachi.cs\n- C++ \n    - https://github.com/superbderrick/Algorithms/tree/master/daniel/fibonacci_number\n    \n  \nNexBigtNumber\n- Programmers \n    - https://school.programmers.co.kr/learn/courses/30/lessons/12911\n- C# \n    - https://github.com/superbderrick/Algorithms/tree/master/derrick/NextBigNumber\n\n    \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbderrick%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperbderrick%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbderrick%2Falgorithms/lists"}