Skip to content

yvesgurcan/code-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-challenges

💾 Challenges for coding interviews.

Click on the problem titles to see the solution.

Implement an algorithm to determine if all characters in a string are unique.

Given two strings, write a method to decide if one is a permutation of the other.

Find out how many labels are unique to a demographic.

INCOMPLETE: Connect Four

Create a function to determine who is the winner of a Connect Four game.

INCOMPLETE: Prime Factors

Create a function to find the prime factors of a number.