From 8c9af9a3989be8964d2d5d60de1527da3e420643 Mon Sep 17 00:00:00 2001 From: SARTHAK JAIN <42979887+mrsarthak001@users.noreply.github.com> Date: Wed, 28 Oct 2020 11:58:56 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 7655cf9be6c29b0b69168c2f3f0beff27737b23e Mon Sep 17 00:00:00 2001 From: SARTHAK JAIN <42979887+mrsarthak001@users.noreply.github.com> Date: Fri, 27 Nov 2020 17:42:46 +0530 Subject: [PATCH 2/2] Updated --- 000_BASICS/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.