Project: 0x00. Fix my code

  • This project is NOT mandatory at all. It is 100% optional. Doing any part of this project will add a project grade of over 100% to your average. Your score won’t get hurt if you don’t do it, but if your current average is greater than your score on this project, your average might go down. Have fun!

General

  • Allowed editors: vi, vim, emacs
  • All your files will be compiled on Ubuntu 20.04 LTS
  • All your files should end with a new line
  • A README.md file, at the root of the folder of the project is mandatory

Tasks

Task File
0. FizzBuzz 0-fizzbuzz.py
1. Print square 1-print_square.js
2. Sort 2-sort.rb
3. User password 3-user.py
4. Double linked list 4-delete_dnodeint/