Skip to content
View tudormihaita's full-sized avatar
Figuring things out
Figuring things out

Highlights

  • Pro
Block or Report

Block or report tudormihaita

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
tudormihaita/README.md
  • 👋 Hi there, I’m @tudormihaita. Currently studying Computer Science at Babeș-Bolyai University in Cluj-Napoca, Romania. Software Engineering enthusiast. Aspiring to become a Digital Nomad.

spotify-github-profile

💻 My Stats

mystreak

Top Langs

Pinned

  1. ubb-computer-science-projects ubb-computer-science-projects Public

    Projects, homework and other side stuff from my CS Bachelor's at the Faculty of Mathematics and Computer Science of Babeș-Bolyai University, Cluj-Napoca.

    C++

  2. graph-algorithms graph-algorithms Public

    Bunch of algorithms from the Graph Theory Course, ranging from Traversal Algorithms, Minimum Cost Algorithms, Flow Algorithms, Codings & Decodings, MSTs, Euler Circuits etc. Just change the input f…

    C++ 1

  3. library-management-app-gui library-management-app-gui Public

    Application for administrating a Book Library, done for the OOP Course. This version uses a Graphical User Interface instead of the Classic Console UI, by using the Qt Framework and its specific Cl…

    C++ 1

  4. base-conversion-calculator base-conversion-calculator Public

    Project done for Computational Logic which demonstrates various methods of Base Number Conversions and Arithmetic Operations.

    Python

  5. toy-social-network toy-social-network Public

    JavaFX Project for simulating a Social Network application which I've done during 3rd CS semester for Advanced Programming Methods

    Java

  6. multidictionary-adt-using-hashmap multidictionary-adt-using-hashmap Public

    Project from the Data Structures and Algorithms Course. It contains the representation of an Ordered Multi-Dictionary ADT as Hash Table, with Separate Chaining for the Collision Resolution Techniqu…

    C++