Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pundit4real/fix_my_code_challenge


https://github.com/pundit4real/fix_my_code_challenge

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

The first set of debugging challenges. Involved bugged programs written in Python, Javascript, Ruby and C.

Tasks
0. FizzBuzz

0-fizzbuzz.py: Python implementation of FizzBuzz.
Source code
1. Print square

1-print_square.js: Javascript program that prints squares.
Source code
2. Sort

2-sort.rb: Ruby implementation of a simple sorting algorithm.
Source code
3. User password

3-user.py: Python implementation of a User class.
Source code
4. Double linked list

4-delete_dnodeint: C implementation of a doubly-linked list.
Source code