Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pundit4real/fix_my_code_challenge
https://github.com/pundit4real/fix_my_code_challenge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pundit4real/fix_my_code_challenge
- Owner: Pundit4Real
- Created: 2022-11-12T03:07:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T03:22:43.000Z (about 2 years ago)
- Last Synced: 2023-09-13T18:27:04.853Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The first set of debugging challenges. Involved bugged programs written in Python, Javascript, Ruby and C.
Tasks
0. FizzBuzz0-fizzbuzz.py: Python implementation of FizzBuzz.
Source code
1. Print square1-print_square.js: Javascript program that prints squares.
Source code
2. Sort2-sort.rb: Ruby implementation of a simple sorting algorithm.
Source code
3. User password3-user.py: Python implementation of a User class.
Source code
4. Double linked list4-delete_dnodeint: C implementation of a doubly-linked list.
Source code