diff --git a/000_BASICS/README.md b/000_BASICS/README.md index 9182ca3..de18346 100644 --- a/000_BASICS/README.md +++ b/000_BASICS/README.md @@ -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. @@ -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. \ No newline at end of file +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. diff --git a/README.md b/README.md index c6a512d..318b83f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ 1. [Basics](000_Basics) 2. [Recursion](001_RECURSION) +999. [Practice](999_Practice) + ### Implementation tree