hopedevelopment

hopedevelopment

  • 분류 전체보기 (72)
    • Node.js (2)
    • JavaScript (3)
    • TypeScript (2)
    • NestJS (4)
    • Git (1)
    • Algorithm (52)
      • 백준 (20)
      • 프로그래머스 (31)
      • HackerRank (1)
    • Book Review (0)
    • 취업준비 (0)
    • 일상 (1)
    • Computer Science (2)
      • Algorithm (1)
      • Computer Architecture (0)
      • Data Structure (1)
      • DataBase (0)
      • Network (0)
      • Operating System (0)
      • Architecture (0)
    • DeepLearning (1)
    • Project (2)
      • SearchMyCoding (1)
      • Panorama-Converter (1)
      • 다중 데이터 증강 기법 (0)
    • 회고 (0)
    • Go (0)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

hopedevelopment

컨텐츠 검색

태그

프로그래머스 python MaxHeap Migration dynamic programming programmers nestJS BFS forRootAsync TypeScript MinHeap pyTorch go SinGAN DP TypeORM js BOJ 백준 JavaScript

최근글

댓글

공지사항

아카이브

JavaScript(37)

  • [JavaScript] 백준 10845 : 큐

    class : 2 level : silver 4 문제 링크 : 큐 10845번: 큐 첫째 줄에 주어지는 명령의 수 N (1 ≤ N ≤ 10,000)이 주어진다. 둘째 줄부터 N개의 줄에는 명령이 하나씩 주어진다. 주어지는 정수는 1보다 크거나 같고, 100,000보다 작거나 같다. 문제에 나와있지 www.acmicpc.net My Solution let fs = require('fs'); let input = fs.readFileSync('/dev/stdin').toString().trim(); input = input.split('\n'); const N = parseInt(input.shift()); let answer = '', queue = []; input.forEach((instruction)..

    2022.07.20
1 ··· 4 5 6 7
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바