Skip to content
View AlanMSouza's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AlanMSouza

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

Pinned Loading

  1. rest-springboot rest-springboot Public

  2. binary-search-leetcode binary-search-leetcode Public

    Dado um array de inteiros nums classificados em ordem crescente e um inteiro target, escreva uma função para target pesquisar nums. Se target existir, retorne seu índice. Caso contrário, retorne -1.

    JavaScript

  3. linked-list-java linked-list-java Public

    Estrutura de dados Linked List com Java.

    Java

  4. sistema-biblioteca-simples sistema-biblioteca-simples Public

    Sistema de biblioteca simples, com as classes Cliente, Livro, Autor, Biblioteca.

    Java

  5. two-sum-leetcode two-sum-leetcode Public

    Dada uma matriz de números inteiros ''nums'' e um número inteiro ''target'', retorne os índices dos dois números de forma que a soma deles seja ''target'' .

    JavaScript

  6. word-search word-search Public

    function que recebe uma palavra por parâmetro e retorna se existe uma frase no array com essa palavra.

    JavaScript