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

Block or report tiagosilvahub

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. Parallel-Multilevel-Monte-Carlo-for-Capacitance-Extraction-in-Non-Manhattan-Geometries Parallel-Multilevel-Monte-Carlo-for-Capacitance-Extraction-in-Non-Manhattan-Geometries Public

    A technique for improving the performance of a Monte Carlo algorithm for capacitance extraction of integrated circuits that allowed to reach a x3 better accuracy after an hour of running time. Near…

    Makefile 1

  2. isPalindrome isPalindrome Public

    java implementation of determining if an int is a palindrome

    Java

  3. GenericTestCaseRunner GenericTestCaseRunner Public

    generic test case runner for programming challenges

    Java

  4. two-sum-array-of-integers two-sum-array-of-integers Public

    Given an array of integers, return indices of the two numbers such that they add up to a specific target. https://leetcode.com/problems/two-sum/

    Java

  5. add-two-numbers-list-of-digits add-two-numbers-list-of-digits Public

    You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and retur…

    Java

  6. longest-palindromic-substring longest-palindromic-substring Public

    Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.

    Java