navrajsaini
Computer Science Graduate from the University of Lethbridge. My personal projects and class assignments can be found here.
Calgary, Alberta
Pinned Repositories
2620_A3
2620_A4
2620_A6
BFS
implementing a solution to missionaries and cannibals problem using BFS
Cache-simulator-in-C
PL_Compiler_design_project
Compiler for the language PL, found in "Birch Hansen on Pascal Compilers"
python-test
testing different things in python. Different programs I've created in Python
Red-Black-Trees
A C++ implementation of Red-Black Trees
Sudoku-solver
Using CSPs and Backtracking search algorithm in c++
navrajsaini's Repositories
navrajsaini/PL_Compiler_design_project
Compiler for the language PL, found in "Birch Hansen on Pascal Compilers"
navrajsaini/Red-Black-Trees
A C++ implementation of Red-Black Trees
navrajsaini/2620_A3
navrajsaini/2620_A4
navrajsaini/2620_A6
navrajsaini/BFS
implementing a solution to missionaries and cannibals problem using BFS
navrajsaini/Cache-simulator-in-C
navrajsaini/python-test
testing different things in python. Different programs I've created in Python
navrajsaini/Sudoku-solver
Using CSPs and Backtracking search algorithm in c++
navrajsaini/2720_A1
navrajsaini/android_device_oneplus_oneplus3
navrajsaini/android_frameworks_base
navrajsaini/Connect4
navrajsaini/Factorial-in-MIPS
MiniMIPS factorial program. takes an input N, 0<N<12 and prints out N!
navrajsaini/field-detector
navrajsaini/Geoguess-Master
Free geoguess game
navrajsaini/navrajsaini.github.io
navrajsaini/OP3-OMS
oneplus 3/3t lineage os with oms. lineage repo is from https://github.com/LineageOS/android_device_oneplus_oneplus3 and the OMS repo is from https://github.com/LineageOMS/android_frameworks_base
navrajsaini/OS_parent_child_program
purpose: 1. print out A to Z in the parent process and print a to z in the child process 2. in the child process: print out the current process id and the parent process id in the parent process: print out the current process id and the parent process id
navrajsaini/python_calc
A simple python calculator that can (+)/(-)/(*)/(/)
navrajsaini/Quantum_project
navrajsaini/scheme_calc
navrajsaini/socket_programming
navrajsaini/Splay-trees
Implementation of splay trees in c++