굉장히 개인적인 저장소

굉장히 개인적인 저장소

  • 분류 전체보기 (18)
    • 문제해결 (1)
    • Program (1)
      • Java (1)
      • JavaScript (0)
      • Thymeleaf (0)
    • OS (1)
      • Linux (1)
    • 알고리즘 (15)
      • LeetCode (15)
    • 커리어 (0)
    • 토이 프로젝트 (0)
      • Project A (0)
    로그인
    로그아웃 글쓰기 관리

    굉장히 개인적인 저장소

    컨텐츠 검색

    태그

    java K-디지털크레딧 LeetCode AJAX 바이트디그리 내일배움카드 Cors Linux 프로그래밍 기초 Proxy JavaScript 패스트캠퍼스 #프로그래밍 첫걸음 시작하기

    최근글

    댓글

    공지사항

    아카이브

    알고리즘(15)

    • [LeetCode] 3. Longest Substring Without Repeating Characters (Java)

      Description Given a string s, find the length of the longest substring without repeating characters. 반복되는 문자가 없는 가장 긴 문자열의 길이를 구하라. Example 1: Input: s = "abcabcbb" Output: 3 Explanation: The answer is "abc", with the length of 3. Example 2: Input: s = "bbbbb" Output: 1 Explanation: The answer is "b", with the length of 1. Example 3: Input: s = "pwwkew" Output: 3 Explanation: The answer is "wke"..

      2022.12.28
    • [LeetCode] 2. Add Two Numbers (Java)

      Description 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 contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. 음수가 아닌 한 자리 정수로 구성된 리스트가 두 개 주어진다. 리스트가 나타내는 는 거꾸로 들어있다. 두 수를 더해라. ..

      2022.12.28
    • [LeetCode] 1. Two Sum (Java)

      Description Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. --- 정수의 array와 정수로 된 목표 숫자가 주어지고 목표 숫자로 더해지는 두 숫자를 반환해라. 같은 요소를 두 번 사용하면 안된다. Example 1. Input: nums = [2,7,11,15], ..

      2022.12.22
    이전
    1 2 3
    다음
    © 2018 TISTORY. All rights reserved.

    티스토리툴바