{"id":19449338,"url":"https://github.com/vancenceho/college_projects","last_synced_at":"2026-04-08T16:01:52.744Z","repository":{"id":194216374,"uuid":"561858139","full_name":"vancenceho/College_Projects","owner":"vancenceho","description":"🎓 House of school/college homework, problem sets \u0026 mini-projects which consists mainly of data structures \u0026 algorithms","archived":false,"fork":false,"pushed_at":"2024-03-03T06:09:24.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T09:18:48.782Z","etag":null,"topics":["data-structures","matlab","pandas","python","queue","scikit-learn","seaborn","stack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vancenceho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-04T16:44:42.000Z","updated_at":"2024-03-06T18:05:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6124797-4df5-435f-8a7b-b5f9da871511","html_url":"https://github.com/vancenceho/College_Projects","commit_stats":null,"previous_names":["vankinz/college_projects","vancenceho/college_projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vancenceho/College_Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancenceho%2FCollege_Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancenceho%2FCollege_Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancenceho%2FCollege_Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancenceho%2FCollege_Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vancenceho","download_url":"https://codeload.github.com/vancenceho/College_Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vancenceho%2FCollege_Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-structures","matlab","pandas","python","queue","scikit-learn","seaborn","stack"],"created_at":"2024-11-10T16:31:52.317Z","updated_at":"2026-04-08T16:01:52.717Z","avatar_url":"https://github.com/vancenceho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 About This Repository\r\n\r\n## 🎓 Singapore University of Technology \u0026 Design (SUTD)\r\n\r\n### Data Driven World 📊\r\n\r\nWeek1_Cohort.py - _Iteration, BubbleSort \u0026 InsertionSort_  \r\nWeek1_HW.py - _Palindrome \u0026 BubbleSortV4_  \r\nWeek2_Cohort.py - _Binary Heap \u0026 HeapSort_  \r\nWeek2_HW.py - _Minimum Heap \u0026 HeapSort_  \r\nWeek3_Cohort.py - _Binary Search, Factorial Recursion, Tower of Hanoi \u0026 MergeSort_  \r\nWeek3_HW.py - _Fibonacci Sequence, Max-Heapify \u0026 Permutation_  \r\nWeek4_Cohort.py - _Classes, Stack, Queue_  \r\nWeek4_HW.py - _Queue ADT, RadixSort_  \r\nWeek5_Cohort.py - _Graphs \u0026 BreadthFirstSearch_  \r\nWeek5_HW.py - _Sum of Edges \u0026 Vertices in Graphs_  \r\nWeek6_Cohort.py - _Classes: Getter \u0026 Setter_  \r\nWeek6_HW.py - _Classes: Override_  \r\nWeek8_Preclass.py - _Pandas: Dataframe Manipulation_  \r\nWeek8_Cohort.py - _Pandas: Dataframe Operations_  \r\nWeek8_HW.py - _Pandas, Matplot, Seaborn_  \r\nWeek9_Cohort.py - _ML: Linear Regression_  \r\nWeek9_HW.py - _ML: Gradient Descent Linear Regression_  \r\nWeek10_Cohort.py - _ML: Logistic Regression_  \r\n2D_Project.py - _ML Project on Environmental Indexes_  \r\n\r\n### Computational Thinking for Design 💻\r\n\r\n#### Week 8 \r\nProblemSet_1.py - _Basic printing_  \r\nProblemSet_2A.py - _Basic printing/data structures \u0026 types/common mathematical algorithms_  \r\n\r\n#### Week 10\r\nProblemSet_2B.py - _Basic initialization of mathematical functions_  \r\nProblemSet_2C.py - _Basic functions: Sequences \u0026 Check Values_  \r\nProblemSet_3A.py - _Alternating functions: For loops to calculate sums \u0026 Alternating While loops_  \r\nProblemSet_3B.py - _List functions \u0026 Manipulation_  \r\nProblemSet_4.py - _Slicing \u0026 Looping_  \r\nProblemSet_5A.py - _Dictionaries_  \r\nProblemSet_5B.py - _Dictionary Functions_  \r\n\r\n#### Week 12\r\nProblemSet_6.py - _Matrices using Lists_  \r\n\r\n#### Week 13\r\nProblemSet_7.py - _Classes_  \r\n  \r\n## 🏫 Temasek Polytechnic (TP)\r\n\r\n### Data Structures \u0026 Algorithms 💡\r\n\r\n#### Problem Set 1A \r\nProjectQn1.py - _Algorithm Project on Sequential Search using recursion_  \r\nProjectQn2.py - _Algorithm Project on Stack class_  \r\nProjectQn3.py - _Algorithm Project on Queue class_  \r\n  \r\n#### Problem Set 1B\r\nProject1B_Qn1a.py - _Algorithm Project on Binary Search algorithm using recursion_  \r\nProject1B_Qn1b.py - _Algorithm Project on Sorted List Insertion using recursion_  \r\nProject1B_Qn2.py - _Algorithm Project on a Book-Keeping program by initializing a class_  \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvancenceho%2Fcollege_projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvancenceho%2Fcollege_projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvancenceho%2Fcollege_projects/lists"}