-
Algebra: Elementary to Advanced – Equations & Inequalities
Topic: Algabra: Elementary to Advanced – Equations & Inequalities Date: February 18th, 2024 Syllabus:W1: Introduction To FunctionsW2: Other Common FunctionsW3: Final Exam: Functions and Applications Summary:In this coursera course, I went over the basics of algebra and functions as I will be going to be learning AP Calculus BC in 11th grade and will be Read more
-
Dynamic Programming (DP)
Author: Gihyun Kim Date: January 15th, 2024 Topic: Dynamic Programming (DP) What is Dynamic Programming (DP)?Dynamic Programming (DP) is a programming technique used mainly to improve efficiency by solving complex problems by breaking them down into smaller subquestions and using previously obtained answers and substituting them for the answers of the same/similar questions. DP allows Read more
-
C For Everyone
Topic: C For Everyone: Programming Fundamentals Date: December 14th, 2023 SyllabusW1 – IntroductionW2 – Lexical Elements & Data TypesW3 – Flow of Control & Simple FunctionsW4 – Advanced Functions, Recursion, Arrays, and Pointers Summary:In this Coursera course focusing on the C programming language. As I had some prior learning on the C language beforehand, it Read more
-
Research Paper Project Completion
Author: Gihyun Kim Date: November 26th, 2023 Topic: Research paper completion Summary:On June 13th, I began a research paper project with my mentor Ehan on Polygence. After deciding the topic to write the research paper on, my mentor and I swiftly began writing the research paper in hopes of completing a mini-project regarding computer vision Read more
-
BFS (Breadth First Search) Algorithm
Author: Gihyun Kim Data: October 15th, 2023 Topic: BFS Algorithm and its use What is BFS?BFS, Breadth First Search, is a searching algorithm that (like DFS) is commonly used to traverse a tree or other data structures such as arrays, arraylists (in java), vectors, or even hashsets. A BFS algorithm starts from a single node Read more
-
Robotics: Aerial Robotics
Topic – Robotics: Aerial Robotics Date: September 2nd, 2023 Syllabus:Introduction to Aerial RoboticsGeometry and MechanicsPlanning and ControlAdvanced Topics Summary:During this Coursera course, I gained insight to how Aerial robots function and the programming and technology behind each ariel device. Some examples of such devices would include numerous types of drones, quadcopters, and UAVs and I Read more
