Ephrem Demelash

Results 13 issues of Ephrem Demelash

Implement pascal triangle in any language inside Algorithms/Pascal folder. input: rows output: 1 1 1 1 2 1 1 3 3 1

good first issue
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
moderate
Java
C#

Build a function that, given a number, reverses it without using strings. input: 12345 output: 54321

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java

Build a function that checks weather a given number is a palindrome or not without using a strings. Implement it using any language. For example: input: 12321 output: true input:...

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

Implement Fibonacci sequence in any language. Recursive is appreciated.

good first issue
question
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

Implement GCD and LCM of two integers using any langauge

good first issue
Hacktoberfest
Javascript
Python
C++
hacktoberfest2020
Java
C#

@Kanhakhatri065 is now a maintainer if you have a question or an issue please ask him. Thank you.

Implement hashing in any language but javascript. Try to include probing techniques.

good first issue
Hacktoberfest
Python
C++
hacktoberfest2020
moderate
Java
C#

implement binary search in C++, Java, python, or in any other language

good first issue
Hacktoberfest
Python
C++
hacktoberfest2020
Java
C#

implement stack in python, c#, or in any language

good first issue
Hacktoberfest
hacktoberfest2020

If you are working on Fibonacci series implementation please move the fibonacci folder to Mathematics. Thank you.

enhancement
help wanted