Skip to content
View pangkaho14's full-sized avatar
  • Singapore

Highlights

  • Pro

Block or report pangkaho14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pangkaho14/README.md
  • 👋 Hi, I’m @pangkaho14! A Software Engineering undergraduate at the Singapore Institute of Technology! Nice to meet you! :)
  • 👀 I’m interested in backend development and all aspects of software engineering!
  • 🌱 I’m currently learning about software engineering in my undergraduate studies at SIT.
  • 📫 How to reach me: [email protected]

Built and coded a robot car that can map a maze: https://www.youtube.com/watch?v=4-TL_fixCaI

Worked with and led a team of 14 to build and code a robot car that can a maze, took a lot of effort to get it working. The core algorithm uses DFS and BFS. Thought it was cool.

Project is coded in embedded C. Led efforts in car integration, and created the DFS function for the car. Also created a lot of auxiliary data structures (stack, queue, linked lists, graph) to support the Mapping module.

Pinned Loading

  1. pangkaho14 pangkaho14 Public

    Config files for my GitHub profile.

  2. ChineseBlackJack ChineseBlackJack Public

    A terminal blackjack game written in python.

    Python 1

  3. rawsashimi1604/ICT2104-TeamA4 rawsashimi1604/ICT2104-TeamA4 Public

    ICT2104 - Team A4 Final Project

    C 1

  4. PlatyPew/Adaptive-Lottery-Scheduler PlatyPew/Adaptive-Lottery-Scheduler Public

    A lottery-based process scheduling algorithm designed to minimise average turnaround and waiting time while preventing starvation

    C