Skip to content
View Masoud0909's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Masoud0909

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Masoud0909/README.md

Hello Friend =) I'm Masoud Rafiee.

A Passionate Student on a Mission!

  • 🔭 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!

Connect with me:

masoud-rafiee

Languages and Tools:

c cplusplus python assembly

masoud0909

Pinned Loading

  1. Bunch-of-MIPS-Assembly-Projects-with-MARS-and-C Bunch-of-MIPS-Assembly-Projects-with-MARS-and-C Public

    Here 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

  2. Unordered-Map-complex-manipulations-DSA Unordered-Map-complex-manipulations-DSA Public

    implementing 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++

  3. Binary-Search-Tree-Function-and-Operations-and-Big-Five-DSA Binary-Search-Tree-Function-and-Operations-and-Big-Five-DSA Public

    class ‘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++

  4. Game-of-Life Game-of-Life Public

    The “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++

  5. ROMAN-number-convertor ROMAN-number-convertor Public

    Write 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++

  6. QUICK-MERGE-INSERTION-3-Sorting-Algorithm-on-LIST-DSA QUICK-MERGE-INSERTION-3-Sorting-Algorithm-on-LIST-DSA Public

    Implementing Merge Sort, Quick Sort, and Insertion sort on LIST. With comparing and analysing and testing their efficiency in terms of time complexity

    C++