Skip to the content.

CSE-102

CSE 102 - Computer Programming in C Assignments

Homework 1

Newtonian Root Finder and Closest Divisible Integer Finder

Homework 2

Triangle Perimeter Finder / Currency Converter

Homework 3

Primality Testing / Implementing AND logical operator without using “&”

Homework 4

Message Encryptor & Decryptor Using Mathematical Expressions

Homework 5

File Operations With Decrypting Using Mathematical Expressions

Homework 6

Word Huter Puzzle Game

Homework 7

Csv-Like Txt File Reader Using Arrays and File Operations

Homework 8

Hofstadter’s Q-Sequence Generation / Backtracking / String Duplicate Remover

Homework 9

Finding Number of Paths Using Recursion / Deck Mixer Using Structs

Homework 10

Computations on Simple 2D Geometric Objects Placed on Euclidean Space Using Pass by Reference

Homework 11

File Reading Using Linked List and Dynamic Array

Homework 12

Huffman Encoding

Project 1

EPS Two-dimensional Vector Graphics Drawer

Project 2

EPS Two-dimensional Vector Graphics Drawer Using Repeating Patterns