Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superbderrick/algorithms

Algorithm Study project
https://github.com/superbderrick/algorithms

algorithm algorithm-challenges

Last synced: about 2 months ago
JSON representation

Algorithm Study project

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