Skip to content
View Cheejyg's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report Cheejyg

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
Cheejyg/README.md

Hi there 👋

Popular repositories

  1. Genetic-Algorithms-for-Swarm-Parameter-Tuning Genetic-Algorithms-for-Swarm-Parameter-Tuning Public

    Swarming behaviour is based on aggregation of simple drones exhibiting basic instinctive reactions to stimuli. However, to achieve overall balanced/interesting behaviour the relative importance of …

    Python 9 1

  2. CZ2005-Operating-Systems-Experiment-3-Virtual-Memory CZ2005-Operating-Systems-Experiment-3-Virtual-Memory Public

    In this lab, you are required to complete a virtual memory implementation, including how to get a physical frame for a virtual page from the IPT if it exists there, how to put a physical frame/virt…

    C++ 8 6

  3. Integration-of-Mergesort-and-Insertion-Sort Integration-of-Mergesort-and-Insertion-Sort Public

    As a divide-and-conquer algorithm, Mergesort breaks the input array into subarrays and recursively sort them. When the sizes of sub-arrays are small, the overhead of many recursive calls makes the …

    C 5

  4. CZ1007-Data-Structures-Programming-Lab-Test CZ1007-Data-Structures-Programming-Lab-Test Public

    Programming Lab Test (Toal time = 1 hr 15 minutes) Instructions 1. This is a closed book test. 2. Lab test will be held on week 8 (3-7 October) of Semester 1 in your lab tutorial session. 3. The qu…

    C 4 1

  5. CZ1007-Data-Structures-Assignment-1 CZ1007-Data-Structures-Assignment-1 Public

    Program templates for questions 1-4 are given in the Appendix. You must use them to implement your functions. The program contains a main() function, which includes a switch statement to execute di…

    C 3

  6. CZ2005-Operating-Systems-Experiment-2-Process-Synchronization CZ2005-Operating-Systems-Experiment-2-Process-Synchronization Public

    We have two exercises in this experiment. 1. In this exercise, we will conduct the following steps to understand race condition problem in Nachos. 1) Change your working directory to lab2 by typing…

    C++ 3 3