-
🔭 I’m currently ingesting CS knowledge in general and, in particular, AI-IoT, HCI, plus physics and economy as much as possible! =))
-
👯 I’m looking to collaborate on making outputs that are beneficial for the world!
-
🤝 I’m looking for help with making the future more interesting...
-
📫 How to reach me [email protected]
-
⚡ Fun fact: I can byte computers!
-
Bishop's University
- Canada
-
03:14
(UTC -05:00) - in/masoud-rafiee
- https://t.me/journeytomoon
Highlights
- Pro
Pinned Loading
-
Bunch-of-MIPS-Assembly-Projects-with-MARS-and-C
Bunch-of-MIPS-Assembly-Projects-with-MARS-and-C PublicHere I have coded a collection of projects in System Programming Language. MIPS (Microprocessor without Interlocked Pipelined Stages) is a family of reduced instruction set computer (RISC), instruc…
Assembly 2
-
Unordered-Map-complex-manipulations-DSA
Unordered-Map-complex-manipulations-DSA Publicimplementing an unordered map ADT using a hash table (separate chaining or double hashing) as the underlying data structure. We may use std libraries for the linked list (separate chaining) and has…
C++
-
Binary-Search-Tree-Function-and-Operations-and-Big-Five-DSA
Binary-Search-Tree-Function-and-Operations-and-Big-Five-DSA Publicclass ‘BST’ that also holds TreeNodes, but maintains the properties of the BST . Your BST should support the following operations: findMin, findMax, isEmpty, makeEmpty, insert, remove, and the big …
C++
-
Game-of-Life
Game-of-Life PublicThe “game of life” simulates the behaviour of a population of living cells that evolves from one generation to the next. A population is represented by a n x m two-dimensional array of cells, each …
C++
-
ROMAN-number-convertor
ROMAN-number-convertor PublicWrite a program to convert a Roman number (such as MCMLXXVIII) to its decimal number representation. Hint: First write a function that returns the numeric value of each of the letters (I=1, V=5, X=…
C++
-
QUICK-MERGE-INSERTION-3-Sorting-Algorithm-on-LIST-DSA
QUICK-MERGE-INSERTION-3-Sorting-Algorithm-on-LIST-DSA PublicImplementing Merge Sort, Quick Sort, and Insertion sort on LIST. With comparing and analysing and testing their efficiency in terms of time complexity
C++
If the problem persists, check the GitHub status page or contact support.