This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
hackerrank
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Hackerrank solutions.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
1
Branch
56 KiB
C
77.8%
Python
21%
Shell
0.7%
Makefile
0.5%
Tree:
5ace988853
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5ace988853'
${ noResults }
hackerrank
/
arithmetic_progressions
History
Titouan Rigoudy
5ace988853
Instead of calling fgets for every line, call read once and strtok for each line
11 years ago
..
.gitignore
Started work on C arithmetic progressions
11 years ago
Makefile
Started work on C arithmetic progressions
11 years ago
ap.test
C program looks like it works
11 years ago
arithmetic_progressions.c
Instead of calling fgets for every line, call read once and strtok for each line
11 years ago
arithmetic_progressions.py
Correct but slow solution to arithmetic_progressions
11 years ago