mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update README.md
This commit is contained in:
parent
5ea9c0bbbf
commit
9441428acf
@ -4,6 +4,7 @@
|
||||
<br>
|
||||
|
||||
* the base is a carry counting system with fixed digital symbols and rules.
|
||||
|
||||
* to convert a decimal number to a base-X non-decimal, you need to convert the integer part and the fractional part separately.
|
||||
* to convert the integer part, integer divide it by X until it reaches 0, and record the remainder each time.
|
||||
* traversing the remainder in reverse order will give the representation in the base-X system.
|
||||
@ -15,7 +16,7 @@
|
||||
|
||||
----
|
||||
|
||||
### binary in computers:
|
||||
### binary in computers
|
||||
|
||||
<br>
|
||||
|
||||
@ -110,7 +111,7 @@
|
||||
|
||||
---
|
||||
|
||||
### examples
|
||||
### some examples in this dir
|
||||
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user