Skip to content
View missipsag's full-sized avatar

Block or report missipsag

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
missipsag/README.md

Pinned Loading

  1. Sorting-algorithms-search-algorithms-and-complexity Sorting-algorithms-search-algorithms-and-complexity Public

    This is a project I did to resume my newly acquired knowledge about sorting algorithms, search algorithms and algorithm complexity after finishing the 'Data Structures and Algorithms' course at my …

    C

  2. Yelp-Camp-Website Yelp-Camp-Website Public

    This a website of camping company booking camps around the world. I used mongoDB as a database, nodejs for the backend, express, bootstrap 5, bcrypt for auth, ejs for templating.

    JavaScript

  3. Binary-Search-Tree Binary-Search-Tree Public

    This is a small project where I learned how to manipulate the Binary Search tree data structure (creating and inserting new nodes, deleting ones, updating key values...) and tree walks algorithms :…

    C

  4. Authentification-Demo Authentification-Demo Public

    This is a small implementation of authentification using bcrypt.

    JavaScript

  5. IOMNIUM-restaurent-website IOMNIUM-restaurent-website Public

    This is a website I did for a local restaurent. I used nodejs for the backend, express for routing, ejs for templating, mongodb as database, and further more...

    JavaScript

  6. Car-rental-Java- Car-rental-Java- Public

    This is a simplified car rental company's management system. I coded it to practice my newly acquired knowledge about OOP and Java.

    Java