Skip to content
View Ali-Ebrahimi-Official's full-sized avatar

Block or report Ali-Ebrahimi-Official

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. WDD-Land-project WDD-Land-project Public

    The Very First Project that was made for university (simplified due to low knowledge of the class. I even had to turn external Cascading Style Sheets to internal !)

    HTML

  2. Binary-Search Binary-Search Public

    This is a program for implementing MY VERY FIRST Binary Search SOPHISTICATED and NUANCED Algorithm Design (It was one of MY FIRST Algorithm Designs) As A Philomath, Considered for ASCENDING SORTED …

    Java

  3. String_CapAndJoin_Custom_Method String_CapAndJoin_Custom_Method Public

    First Things First : Algorithms. You can see a Java implementation for capitalizing and joining for Strings here in src/com/aliebrahimi/Utilites.java

    Java

  4. FizzBuzz FizzBuzz Public

    Are you a TESTER ? Tell ME about : wrong condition order can mess up, with this FizzBuzz Program

    Java

  5. Entirely-Self-Created-Linked-List Entirely-Self-Created-Linked-List Public

    This is an Entirely Self-Created linked list using Set to help being understandable for new programmers. You can see an implementation without any sort of Collection in the next repository for Doub…

    Java

  6. Entirely-Self-Created-Doubly-Linked-List Entirely-Self-Created-Doubly-Linked-List Public

    This is an Entirely Self-Created doubly linked list without using any kind of Collection

    Java