Skip to content
View SebastianMonteroC's full-sized avatar
  • IBM Aspera

Highlights

  • Pro

Organizations

@IBM

Block or report SebastianMonteroC

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Archery-Game Archery-Game Public

    Small game that simulates an archery competition. The user inputs the X and Y coordenates where the arrow should go. Then, these X and Y coordenates are modified depending on the intensity and dire…

    Java 1 1

  2. 2D-Image-Sorter 2D-Image-Sorter Public

    Java program that receives .gif files with single colored backgrounds and figures and separates and displays them whilst counting the spots inside of them.

    Java 1

  3. Poker-Hand-Sorter-GSO Poker-Hand-Sorter-GSO Public

    Data grouping through Glowworm Swarm Optimization with multiple processes using MPI4PY. The program sorts Poker Hands through the GSO algorithm, clasifying each hand depending on their value in-gam…

    Python 1 1

  4. Parallel-Cellular-Automaton-Simulation Parallel-Cellular-Automaton-Simulation Public

    Parallel Cellular Automaton Simulation implemented with OpenMP. Implemented in this program: Rule 30 automaton and Conway's Automaton.

    C++ 1

  5. Sorting-Algorithms Sorting-Algorithms Public

    C++ File that contains the source code for the following sorting algorithms: Selection Sort, Insertion Sort, Merge Sort, Heap Sort, Radix Sort and Quick Sort.

    C++

  6. Data-Structures-in-C- Data-Structures-in-C- Public

    Data Structures such as Hash Tables, Lists, Binary Search Trees and Red-Black Trees implemented in C++

    C++