Skip to content

Instantly share code, notes, and snippets.

@mike1011
Last active August 26, 2022 12:33
Show Gist options
  • Save mike1011/f3ef35b4eb143a6a77319221923a31bd to your computer and use it in GitHub Desktop.
Save mike1011/f3ef35b4eb143a6a77319221923a31bd to your computer and use it in GitHub Desktop.
Interview coding questions Or Data Structures
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
@mike1011
Copy link
Author

made public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment