-
##
원형큐 ( Circular Queue )
- 원형 큐는 선형 큐의 문제점을 보완하기 위한 자료구조 입니다. 선형큐의 문제점은 rear가 가르키는 포인터가 배열의 마지막 인덱스를 가르키고 있을 때 앞쪽에서 Dequeue로 발생한 배열의 빈 공간을 활용 할수가 없었습니다.
```
public class Circular_Queue {
…
-
## Overview
CGIスクリプトの実行に時間がかかっているときに、Internal Errorを返したい
実装方針:
EPOLLINでタイムアウトする時は、request dequeの中身を見てなんらかのrequestがあればinternal errorを詰める
## Purpose
Describe the purpose of this issue
ex) To st…
-
DPUB-ARIA made a number of changes that should be adopted into axe-core:
https://www.w3.org/TR/2024/CR-dpub-aria-1.1-20240227/#changelog
-
I would like to know whether is possible to call a function outside the server class handler. I have to emit datas from my Python modules for the Javascript events handler. Somebody can help me?
-
今日は幅優先探索を学習する。
[C - 幅優先探索](https://atcoder.jp/contests/abc007/tasks/abc007_3)
かなり時間がかかった。原因は探索したかどうかを格納するstep変数を次のように初期化したことだった。
`step = [[-1] * (C + 2)] * (R + 2)`
これで探索のスタートを0にするため
`step[sy][…
-
找powerset之類的問題都是這樣
`C(m, n)`: 關鍵在於:
- 需要記住starting point
- 入stack之後遞歸進入下一個,完成後pop
`P(m, n)`: 關鍵在於:
- 用used數組記住是否看過,不用s變量
- 遞歸後記得要把used還原
-
Hello,
I read with interest your blog post https://www.samproell.io/posts/yarppg/yarppg-live-digital-filter/
I wonder if a separate package just for implementing live digital filters in Python w…
-
1. crash log
```
java.lang.IllegalStateException: Deque full
at java.util.concurrent.LinkedBlockingDeque.addLast(Linke…
-
```
What steps will reproduce the problem?
1. linking with tcmalloc_debug
2.
3.
What is the expected output? What do you see instead?
a SEGV arising out of of a definition of type : typedef std::que…
-
## 문제
1. boj11931 - 수 정렬하기4 [링크](https://www.acmicpc.net/problem/11931)
2. boj11650 - 좌표 정렬하기 [링크](https://www.acmicpc.net/problem/11650)
3. boj1181 - 단어 정렬 [링크](https://www.acmicpc.net/problem/1…