Krishna Vedala
|
a976666868
|
use integer version of pow
|
2020-05-29 13:42:05 -04:00 |
Krishna Vedala
|
1c5a699340
|
remove function_timer from all compilations
|
2020-05-29 10:47:36 -04:00 |
Krishna Vedala
|
6385b0223e
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# .travis.yml
# DIRECTORY.md
# README.md
|
2020-05-22 21:06:10 -04:00 |
LethargicLeprechaun
|
6f20588fdb
|
Added octal to decimal
|
2020-05-02 17:52:26 +01:00 |
Krishna Vedala
|
1d8d07efc9
|
gets not a C11 standard, superceded by fgets
|
2020-04-08 09:45:12 -04:00 |
Krishna Vedala
|
1b826807ed
|
code cleanup to prevent gcc warnings
|
2020-04-08 09:41:12 -04:00 |
Krishna Vedala
|
e0a78dfa4c
|
openmp in conversions folder
|
2020-04-07 19:28:48 -04:00 |
Krishna Vedala
|
0c86721f4a
|
better way to link libraries
|
2020-04-07 00:00:04 -04:00 |
Krishna Vedala
|
45398453be
|
First working cmake
|
2020-04-06 23:50:46 -04:00 |
cclauss
|
ecb73860a3
|
Fix filenames for DIRECTORY.md
|
2020-01-09 10:27:32 +01:00 |
Ashwek Swamy
|
9da370426c
|
Rename decimal_to_octal_recursion to decimal_to_octal_recursion.c
|
2019-11-02 16:19:50 +05:30 |
Aromal Anil
|
93f68d0c36
|
Created algorithm to convert binary to octal.
This contatin algorithm to convert binary to octal using recursion
|
2019-10-27 14:54:24 +05:30 |
Shubham Saini
|
05d0323ed3
|
fixing typo
|
2019-10-12 13:53:52 +05:30 |
Shubham Saini
|
4c75a67651
|
Create hexal_to_octal.c
|
2019-10-04 14:34:44 +05:30 |
Ashwek Swamy
|
5ea87473d9
|
Delete a.out
|
2019-06-12 18:25:33 +05:30 |
iamAafil
|
30364389ef
|
change sol1.c
|
2019-06-10 22:48:42 +05:30 |
Ashwek Swamy
|
2fde23c6ed
|
Merge pull request #192 from Manoj7117/patch-1
number invalid if number >= base
|
2019-03-22 08:42:42 +05:30 |
Ashwek Swamy
|
28e13c66f3
|
Merge pull request #161 from Aditibansal2603/master
Update binary_to_decimal.c
|
2019-02-11 05:43:09 +05:30 |
Manoj7117
|
37314fb5bf
|
number invalid if number >= base
|
2018-10-24 22:19:42 +05:30 |
Anup Kumar Panwar
|
444d4b11d5
|
Refactor
|
2018-10-08 21:18:35 +05:30 |
Aditibansal2603
|
a9d91b4c31
|
Update binary_to_decimal.c
|
2018-10-06 00:04:48 +05:30 |
Christian Bender
|
6c5128e2cd
|
improved code
|
2018-03-28 18:11:54 +02:00 |
Christian Bender
|
21dab04b09
|
fixed a bug and refactoring
If user type in 0 the output was empty. This bug is fixed.
In addition I refactored and documented the code.
|
2018-03-18 23:42:43 +01:00 |
DEBASISH SAHOO
|
264fd91af9
|
added binary to hexadecimal conversion
|
2018-01-28 18:45:09 +05:30 |
Christian Bender
|
d43e80fa44
|
Merge pull request #51 from jebinphilipose/bin-to-oct
Thanks for contributing
|
2017-12-27 14:10:28 +01:00 |
AnupKumarPanwar
|
81657fc249
|
Updated README.md
|
2017-10-20 22:03:41 +05:30 |
Jebin Philipose
|
f7795e1356
|
Add: Implementation of Binary to Octal Conversion
|
2017-09-30 18:27:21 +05:30 |
Heshan94
|
bb8c41b2de
|
Added basic decimal conversions (#40)
* Added basic decimal conversions
* Updated basic decimal conversions
|
2017-09-29 22:08:15 +05:30 |
KylerSmith
|
f0bb982627
|
File clean-up
|
2017-07-12 17:09:15 -07:00 |