Last active
August 26, 2022 12:33
-
-
Save mike1011/f3ef35b4eb143a6a77319221923a31bd to your computer and use it in GitHub Desktop.
Interview coding questions Or Data Structures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert string in arrays | |
add all elements of array | |
find duplicate element in array | |
get fibonacci series of any given number | |
get factorial of any given number | |
create a pyramid of star | |
find remainder of a number | |
create recursive function - get value and add new value to the output | |
create a logic to check if number is a palindrome or not | |
check max occurance of any chars in a string | |
get second/first max number in an array | |
Different Types of algorithm, their differences and their examples | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
made public