Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

0x00. Fix my code

Tasks

0. FizzBuzz

#advanced Please take a look at my implementation of FizzBuzz in Python: source code

Something is going wrong….

$ ./0-fizzbuzz.py 50 1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 Fizz 16 17 Fizz 19 Buzz Fizz 22 23 Fizz Buzz 26 Fizz 28 29 Fizz 31 32 Fizz 34 Buzz Fizz 37 38 Fizz Buzz 41 Fizz 43 44 Fizz 46 47 Fizz 49 Buzz $ 15 should print FizzBuzz not Fizz

1. Print square

#advanced Please take a look at my implementation of printing a square in Javascript: source code

Something is going wrong….

2. Sort

#advanced Please find here my implementation of sorting arguments in Ruby: source code

Something is going wrong….

3. User password

#advanced Please find here my implementation of a User class in Python: source code

Something is going wrong….

4. Double linked list

#advanced Please find here my implementation of a Double linked list in C: source code

Something is going wrong.

About

0x00. Fix my code

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors