Skip to content
View ceiaram's full-sized avatar
👩‍💻
Focusing
👩‍💻
Focusing
Block or Report

Block or report ceiaram

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

  1. MadCodes9 MadCodes9 Public

    Config files for my GitHub profile.

  2. UsernamesAndPasswords UsernamesAndPasswords Public

    Implements a hash function to store usernames and passwords into a bucket array

    C++

  3. MazeRun MazeRun Public

    Compares how many vertices are tansversed in the maze for the mouse to get to the cheese or target vertex using depth first search(DFS) and breadth first search(BFS)

    C++

  4. Sorts Sorts Public

    Implements six sorting algorithms; insertion sort, merge sort, quick sort, bubble sort, randomized quick sort, and bucket sort and compares the running times in ascending, descending, and randomly …

    C++

  5. CoralSucculents CoralSucculents Public

    A simulation website for selling succulents

    HTML

  6. TwoSum TwoSum Public

    Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

    Python