Skip to content

char-chen/ECS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Floats

Converts a fixed decimal floating point number to its 32-bit and 64-bit hexadecimal representation according to the IEEE 754 standard. Input may not be longer than 255 characters.

2. List, Fib, Sqrt, Binary

List: Determines how many of a list of values are less or greater than/equal to some critical value.
Fib: Computes Fibonacci number of the given input.
Sqrt: Computes approximate square root.
Binary: Prints binary equivalent of an integer number.

3. Edge, Sort

About

Computer Organization and Machine-Dependent Programming, Sean Davis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published