Pinned Loading
Repositories
- AUT_BP_2024_Fall_HW4 Public
The fourth assignment for AUT's Basic Programming course (Fall 2024) introduces advanced C programming challenges. Students will swap values of 2D arrays, transpose square matrices in-place, and sort arrays using various algorithms like Bubble Sort and Merge Sort. The tasks emphasize the mastery of pointers and multi-dimensional arrays.
courseworks/AUT_BP_2024_Fall_HW4’s past year of commit activity - AUT_BP_2024_Fall_HW3 Public
The third assignment for AUT's Basic Programming course (Fall 2024) engages students with diverse C programming exercises, such as sorting words alphabetically, validating passwords, checking palindromes, encrypting with Caesar Cipher, and manipulating arrays. This assignment focuses on developing skills in string manipulation.
courseworks/AUT_BP_2024_Fall_HW3’s past year of commit activity - AUT_BP_2024_Fall_HW2 Public
The second assignment for AUT's Basic Programming course (Fall 2024) challenges students with various C programming exercises, including generating prime numbers, calculating Fibonacci series, creating multiplication tables, and building patterns. This assignment aims to develop students’ skills in loop structures and logical problem-solving.
courseworks/AUT_BP_2024_Fall_HW2’s past year of commit activity - AUT_BP_2024_Fall_HW1 Public
The first assignment for AUT's Basic Programming course (Fall 2024) focuses on fundamental concepts in C programming. Students will apply conditional statements and basic arithmetic operations to solve practical problems. This assignment is designed to strengthen your understanding of control flow, mathematical computations, and user input/output.
courseworks/AUT_BP_2024_Fall_HW1’s past year of commit activity - AUT_AP_2024_Spring_HW5 Public
The fifth assignment for AUT's Advanced Programming course (Spring 2024), focusing on the principles of Object-Oriented Programming (OOP), Python Decorators, and Asynchronous Programming. Enhance your skills in OOP with practical applications, master decorators for dynamic functions, and learn async programming for concurrent tasks.
courseworks/AUT_AP_2024_Spring_HW5’s past year of commit activity - AUT_AP_2024_Spring_HW4 Public
The fourth assignment for AUT's Advanced Programming course (Spring 2024), designing a messaging system and mastering the Standard Template Library (STL). Enhance your skills in object-oriented programming with practical applications of classes, inheritance, and polymorphism, while leveraging STL for loop-free programming.
courseworks/AUT_AP_2024_Spring_HW4’s past year of commit activity - AUT_AP_2024_Spring_HW_Bonus Public
The BONUS assignment for AUT's Advanced Programming course (Spring 2024), focusing on implementing the Pig Game in JavaScript. This game challenges players to strategize dice rolls to reach 100 points without rolling a 1, which resets their score for the round.
courseworks/AUT_AP_2024_Spring_HW_Bonus’s past year of commit activity - AUT_AP_2024_Spring_HW3 Public
The third assignment for AUT's Advanced Programming course (Spring 2024), focusing on the implementation and understanding of Bloom Filters and Tries. These structures optimize space and search operations, crucial for network systems and data processing.
courseworks/AUT_AP_2024_Spring_HW3’s past year of commit activity - AUT_AP_2024_Spring_HW2 Public
The second assignment for AUT's Advanced Programming course (Spring 2024), featuring a banking system simulation project. It includes Person, Account, and Bank classes to manage transactions and operations, enhancing secure programming and data handling skills.
courseworks/AUT_AP_2024_Spring_HW2’s past year of commit activity - AUT_AP_2024_Spring_HW1 Public
The first assignment for AUT's Advanced Programming course (Spring 2024), It includes a bash script for directory backups and logging, and a C++ module for matrix operations in the algebra namespace. Both tasks focus on enhancing automation, system administration, and programming skills.
courseworks/AUT_AP_2024_Spring_HW1’s past year of commit activity
Top languages
Loading…