반응형
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
- 코드잇
- 웹개발
- msa개념
- two pointers
- MVC
- 자바
- microservices
- 데이터베이스
- Programming
- Bambino
- job
- coding test
- C
- Java
- sql
- 안드로이드
- servlet
- 웹개발기초
- mysql
- CSS
- 리액트프로젝트
- jvm메모리구조
- 밤비노
- MSA
- SpringFramework
- jsp
- 웹개발자
- DB
- BCIT
- html
Archives
- Today
- Total
목록Algorithm (1)
초보 개발자의 기록
Two Pointers
Two pointersVersatile techinique used in problem-solving to efficiently traverse or manipulate sequential data structures, such as arrays or linked lists.It involves maintaining two pointers that traverse the data structure in a coordinated manner, typically starting from different positions or moving in opposite directions. These pointers dynamically adjust based on specitic conditions or crite..
Coding Test
2025. 2. 1. 05:25