From 7ab7adc2bc45ee25b4422e59aea26f79f8db8f20 Mon Sep 17 00:00:00 2001 From: Leena Goyal Date: Tue, 2 Jan 2024 12:58:02 +0530 Subject: [PATCH 1/2] Add folder and markdown file for leena2403 --- contributors/leena2403/leena2403.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contributors/leena2403/leena2403.md diff --git a/contributors/leena2403/leena2403.md b/contributors/leena2403/leena2403.md new file mode 100644 index 0000000..d3ef91d --- /dev/null +++ b/contributors/leena2403/leena2403.md @@ -0,0 +1,2 @@ +name: Leena Goyal +github_user_name: leena2403 \ No newline at end of file From 9e7e54fca88f34ee87ae57568468b36cb0698a82 Mon Sep 17 00:00:00 2001 From: Leena Goyal Date: Sat, 6 Jan 2024 13:15:33 +0530 Subject: [PATCH 2/2] Update details in leena2403.md Add gist solutions made changes in gist sol Merging commits --- contributors/leena2403/gist-solutions.md | 13 +++++++++++++ contributors/leena2403/leena2403.md | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 contributors/leena2403/gist-solutions.md diff --git a/contributors/leena2403/gist-solutions.md b/contributors/leena2403/gist-solutions.md new file mode 100644 index 0000000..60bb8c7 --- /dev/null +++ b/contributors/leena2403/gist-solutions.md @@ -0,0 +1,13 @@ +Here are my gist submissions for the challenges: + +## Software Development Topic Gist + +[How AI and Ml are connected](https://gist.github.com/Leena2403/0c6437b4828c0d24a61656d874a7450e) + +Topic Description: I tried to concisely explain the main connection between AI and ML through the practice gist I created. + +## Code Snippet Gist + +[Code Snippet](https://gist.github.com/Leena2403/3c74e04b89438971ac00bdc7af04410c) + +Code Description: It's just a simple Insertion Sort written in python that seeks to put the elements in ascending order. \ No newline at end of file diff --git a/contributors/leena2403/leena2403.md b/contributors/leena2403/leena2403.md index d3ef91d..a0a6d05 100644 --- a/contributors/leena2403/leena2403.md +++ b/contributors/leena2403/leena2403.md @@ -1,2 +1,5 @@ name: Leena Goyal -github_user_name: leena2403 \ No newline at end of file + +github_user_name: leena2403 + +url_of_github_issue: https://github.com/NebulaTris/oss101/issues/17