huzaifahpunjani
Highly motivated, passionate Marketing and I.T. Services All Rounder Professional with creative and conceptual skills.
Karachi Pakistan
huzaifahpunjani's Stars
resume/resume.github.com
Resumes generated using the GitHub informations
abdulmoizeng/python-baby-steps
huzaifahpunjani/Multi-Process-vs-Multi-Thread-using-merge-sort
OS Project of Multi Threading vs Multi Processing using Merge sort submitted to Miss Sumaiyah
Jozeb/spaceattack
Space shooting game on Allegro C++
saadismail/Voice-Controlled-Shell
Voice Controlled Shell
tabanshaukat/DFS-and-BFS-Romania-Problem
Depth First Search(DFS) and Breadth First Search(BFS) is used to reach Bucharest from Arad on the Romanian map.
tabanshaukat/2-3-Trees-data-structure
A 2-3 tree is a type of a tree data structure whose one node can have maximum 2 keys and minimum 1 key. The operation of insertion only occurs at leaf nodes. The node having one key are called 2 node and node having two keys are called 3 nodes. B tree of maximum degree 3 also makes a 2 3 tree. The path from any 2 or 3 node in its sub tree to leaf node must be same.