https://github.com/superbderrick/algorithms
Algorithm Study project
https://github.com/superbderrick/algorithms
algorithm algorithm-challenges
Last synced: 4 months ago
JSON representation
Algorithm Study project
- Host: GitHub
- URL: https://github.com/superbderrick/algorithms
- Owner: superbderrick
- Created: 2018-01-11T05:10:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T02:52:28.000Z (over 2 years ago)
- Last Synced: 2025-04-06T19:38:30.512Z (7 months ago)
- Topics: algorithm, algorithm-challenges
- Language: C++
- Homepage:
- Size: 4.49 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
Let's study Algorithms and Data strucure
- Participants (Derrick, and Daniel)
Tangerine
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/138476
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/tangerine/tangerine.cs
- C++
- https://github.com/superbderrick/Algorithms/blob/master/daniel/tangerine/tangerine.c
Maximum and Minimum value
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12939
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/minmax/minmax.cs
- C++
- https://github.com/superbderrick/Algorithms/tree/master/daniel/max_min_value
JadenCase
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12951
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/JadenCase/JadenCase.cs
- C++
- https://github.com/superbderrick/Algorithms/blob/master/daniel/JadenCase/JadenCase.cpp
MakeMinimumNumber
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12941
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/Make_Minimum/MakeMinimum.cs
- C++
- https://github.com/superbderrick/Algorithms/blob/master/daniel/make_min_value/make_min_value.cpp
CorrectParenthesis
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12909
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/CorrectParenthesis/CorrectParenthesis.cs
- C++
- https://github.com/superbderrick/Algorithms/blob/3d2734b2786509e5990ebe8f5ddc62c93e7d5be2/daniel/correct_bracket/correct_bracket.cpp
Binary Repeat
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/70129
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/RepeatBin/RepeatBin.cs
- C++
- https://github.com/superbderrick/Algorithms/tree/master/daniel/repeat_binary_transform
Fibonachi
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12945
- C#
- https://github.com/superbderrick/Algorithms/blob/master/derrick/Fibonachi/Fibonachi.cs
- C++
- https://github.com/superbderrick/Algorithms/tree/master/daniel/fibonacci_number
NexBigtNumber
- Programmers
- https://school.programmers.co.kr/learn/courses/30/lessons/12911
- C#
- https://github.com/superbderrick/Algorithms/tree/master/derrick/NextBigNumber