Pinned Repositories
Binary
Binary-related scripts
Bitwise-Calculator-Parser
The calculator accepts expressions with the bitwise AND(&) and XOR(^) operators, as well as parentheses. (Single digit numbers only)
DBMS-Data-Structures
Basic DBMS application that creates block files similar to a hard disk and performs insertion/deletion using both primary and secondary indexes.
Floyd-Warshall_Shortest-Path
Floyd-Warshall shortest path algorithm implementations in C.
Forum-Project
A simple forum using Object Oriented Programming in C++
MiniJava-Compiler
A compiler for MiniJava, a subset of Java. MiniJava is designed so that its programs can be compiled by a full Java compiler like javac.
Password-Generator
Generates random password with custom length and character sets.
Polynomials
Prime-Calculation
Deterministic and Miller-Rabbin prime number count calculator.
String-Operations-Language-Parser
alexgian1's Repositories
alexgian1/Forum-Project
A simple forum using Object Oriented Programming in C++
alexgian1/Binary
Binary-related scripts
alexgian1/Floyd-Warshall_Shortest-Path
Floyd-Warshall shortest path algorithm implementations in C.
alexgian1/Password-Generator
Generates random password with custom length and character sets.
alexgian1/Polynomials
alexgian1/Prime-Calculation
Deterministic and Miller-Rabbin prime number count calculator.
alexgian1/Bitwise-Calculator-Parser
The calculator accepts expressions with the bitwise AND(&) and XOR(^) operators, as well as parentheses. (Single digit numbers only)
alexgian1/DBMS-Data-Structures
Basic DBMS application that creates block files similar to a hard disk and performs insertion/deletion using both primary and secondary indexes.
alexgian1/MiniJava-Compiler
A compiler for MiniJava, a subset of Java. MiniJava is designed so that its programs can be compiled by a full Java compiler like javac.
alexgian1/String-Operations-Language-Parser
alexgian1/WebNotes
Webapp for note management