Skip to content
View batif1's full-sized avatar
💭
Uploading my SWE Work to GitHub Right Now!!!
💭
Uploading my SWE Work to GitHub Right Now!!!

Block or report batif1

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

Popular repositories Loading

  1. MyWesbite MyWesbite Public

    HTML

  2. Iterative-Vs.-Recursive-Methods- Iterative-Vs.-Recursive-Methods- Public

    This is the repository that contains my first project from my Algorithms and Data Structures for Object Oriented Design class in SWE @ Western University

    Java

  3. DoublyLinkedList DoublyLinkedList Public

    The foucs of this project is to create and manipulate a Doubly Linked List Data Structure in a creaitve fashion to ensure the learning of Advanced Data Structures.

    Java

  4. Files-and-Map-Set-ADTs Files-and-Map-Set-ADTs Public

    The goal of this exercise to is to create and understand a tree map abstract data type! I learned a lot about the power and usefulness of these ADTs through this project!

    Java

  5. Sorting-Methods Sorting-Methods Public

    The goal of this project was to use numerous types of self-implemented sorting algorithms and then see the differences in time they each take.

    Java

  6. SinglyLinkedList SinglyLinkedList Public

    With this project I was able to create a singly linked list (SSL) and was able to realize Stack and Queue data structures

    Java