Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions 000_BASICS/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Data Structures and Algorithm

* **Data** is the integral part of core applications or programs.

* **Program** is a set of instructions performing operations on data to get some results.

Expand Down Expand Up @@ -80,4 +79,4 @@ Data Type defines :
1. Representation of Data
2. Operation on Data

Considering Integer, one bit is reserved for the sign & the remaining bits are used to store the numbers. Arithmetic as well as relational opertions are allowed on Integer Data.
Considering Integer, one bit is reserved for the sign & the remaining bits are used to store the numbers. Arithmetic as well as relational opertions are allowed on Integer Data.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
1. [Basics](000_Basics)
2. [Recursion](001_RECURSION)

999. [Practice](999_Practice)


### Implementation tree

Expand Down