Skip to content

andrewjbaumann/Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Reverse a String Taking a string (input), output string.reverse (tupni)

#FizzBuzz Count from 0 to 100, replacing any numbers divisible by three with "Fizz" and any number divisible by five with the word "Buzz". Accounts for numbers divisible by both three and five with "FizzBuzz".

#100-1 Taken from: http://www.thousandtyone.com/blog/EasierThanFizzBuzzWhyCantProgrammersPrint100To1.aspx

#Cracking the Code Questions from cracking the code

About

Sample interview questions in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages