List of NTNU, NTU, NTUST courses that I learned.
-
Updated
Feb 27, 2025 - C
List of NTNU, NTU, NTUST courses that I learned.
My implementation for lab assignments of CSAPP 3e.
a simple customer billing system using C programming language
Computer Programming with C & C++
CPS125 - This course is for Engineering Students and introduces concepts, theory and practice of computer programming, using the C programming Language. This course is taken at TMU, formally known as Ryerson.
İstanbul Üniversitesi - Cerrahpaşa Bilgisayar Programcılığı bölümünün tüm dönemlerinde çözdürülen örnekler.
Stack data structure implementation in C using dynamic memory allocation, supporting push/pop operations, stack transfer, and stack copying utilities (Data Structures, UNIWA).
C CLI application demonstrating array operations including random generation, linear and binary search, quicksort sorting, and merging of arrays with file input/output support (Data Structures, UNIWA).
Homework for the Computer Programming course @ ACS, UPB 2018
Introductory C programming examples and analysis, covering basic concepts, common errors, and simple arithmetic programs (Computer Programming, UNIWA).
Assignment from CS102 course (PROBLEM SOLVING BASICS AND COMPUTER PROGRAMMING)
Introductory C programming examples demonstrating iterative structures (for, while, do-while), loop control (break, continue), and practical applications like Taylor series, integer operations, and pattern printing (Computer Programming, UNIWA).
Introductory C programming examples demonstrating if, if-else, switch, and quadratic equation solving, with practical source code and theory (Computer Programming, UNIWA).
Doubly linked list implementation in C for managing a student database with sorted insertion, search, update, and deletion operations (Data Structures, UNIWA)..
Introductory C programming examples demonstrating modular functions, recursion (Towers of Hanoi), Taylor series for sine/cosine, and menu-driven mathematical operations (Computer Programming, UNIWA).
Add a description, image, and links to the computer-programming topic page so that developers can more easily learn about it.
To associate your repository with the computer-programming topic, visit your repo's landing page and select "manage topics."