Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SQLMap
- java
- wpscan
- study
- HTML Injection
- Suninatas
- CSRF
- todo
- 모드 설정
- hackerrank
- Router
- 써니나타스
- 라우터
- metasploit
- todo List
- meterpreter
- stock price
- 웹해킹
- leetcode
- 정보시스템
- algotithm
- programmers
- Algorithm
- SQL Injection
- 모의해킹
- ToDoList
- 취약점진단
- 취약점
- StringBuilder
- 미터프리터
Archives
- Today
- Total
목록array (1)
보안 / 개발 챌린저가 목표
[AlphaGo Study] [LeetCode] [JAVA] 448. Find All Numbers Disappeared in an Array
문제 설명 Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n] inclusive that do not appear in this array. Could you do it without extra space and in O(n) runtime? You may assume the returned list does not count as extra space. 입출력 예 Input Output [4, 3, 2, 7, 8, 2, 3, 1] [5, 6] 입출력 예 설명 #예제 n=8일 때, 위의 In..
Development/Algorithm
2020. 9. 28. 14:50