From 825b6f20c4ea390accebca6b65338e7e65c1df28 Mon Sep 17 00:00:00 2001 From: 260315 <80744130+260315@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:13:14 +0530 Subject: [PATCH 1/3] Update README.md --- .../programming_concpets/calculator_complex/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Example_Programs/programming_concpets/calculator_complex/README.md b/Example_Programs/programming_concpets/calculator_complex/README.md index fedb7550..b2083c56 100644 --- a/Example_Programs/programming_concpets/calculator_complex/README.md +++ b/Example_Programs/programming_concpets/calculator_complex/README.md @@ -53,3 +53,4 @@ typedef struct complex_t { * By [Vivek Valagadri](https://github.com/vivekvalagadri/Stepin.git) * BY [Himanshu Kaushish 257170](https://github.com/Himanshu257170/Complex_Calcuator.git) * By [Milan Apegaonkar 255934](https://github.com/255934/Question1/tree/master/complex_calculator) +* By [Abhishek Sinha 260315] (https://github.com/260315/Calculator_Complex-Solution-1a.git) From 7cc92f08155dadc82857241e5f573195ddade1c5 Mon Sep 17 00:00:00 2001 From: 260315 <80744130+260315@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:39:26 +0530 Subject: [PATCH 2/3] Update README.md --- .../programming_concpets/calculator_complex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example_Programs/programming_concpets/calculator_complex/README.md b/Example_Programs/programming_concpets/calculator_complex/README.md index b2083c56..f0e3e4f3 100644 --- a/Example_Programs/programming_concpets/calculator_complex/README.md +++ b/Example_Programs/programming_concpets/calculator_complex/README.md @@ -53,4 +53,4 @@ typedef struct complex_t { * By [Vivek Valagadri](https://github.com/vivekvalagadri/Stepin.git) * BY [Himanshu Kaushish 257170](https://github.com/Himanshu257170/Complex_Calcuator.git) * By [Milan Apegaonkar 255934](https://github.com/255934/Question1/tree/master/complex_calculator) -* By [Abhishek Sinha 260315] (https://github.com/260315/Calculator_Complex-Solution-1a.git) +* By [Abhishek Sinha 260315](https://github.com/260315/Calculator_Complex-Solution-1a) From 0cf7482b0c0ef3a5b5a57e811aabb49c3b239ee8 Mon Sep 17 00:00:00 2001 From: 260315 <80744130+260315@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:24:19 +0530 Subject: [PATCH 3/3] Update README.md --- Example_Programs/programming_concpets/Questions_2a/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Example_Programs/programming_concpets/Questions_2a/README.md b/Example_Programs/programming_concpets/Questions_2a/README.md index eb253f45..8e48d52c 100644 --- a/Example_Programs/programming_concpets/Questions_2a/README.md +++ b/Example_Programs/programming_concpets/Questions_2a/README.md @@ -64,3 +64,4 @@ typedef struct info_t { * By [Roopesh Verma](https://github.com/Roopesh16/2a-2b.git) * By [258274](https://github.com/Ankana9910/Begin.git) * By [Jeevak Raj](https://github.com/JeevakRaj/LTTS_Stepin_Exercises/tree/main/Question_2a_array_of_structures) +* By [Abhishek Sinha 260315](https://github.com/260315/Solution-2a/tree/master)