-
User story: cleaner runs for three days. The cause is it cleans postgres logs like:
2024-07-29 13:00:23 CEST LOG: duration: 1195.895 ms execute : SELECT "katello_rpms"."id", "katello_rpms"."p…
-
## Information about Algorithm
a HashMap allows you to store items with identifiers. They are stored in a table format with the identifier being hashed using a hashing algorithm
### Have you read …
-
### Resources:
https://www.geeksforgeeks.org/binary-search/
-
Ranking: https://www.geeksforgeeks.org/edgerank-algorithm-facebook-news-feed/
-
as per @SeanNijjar suggestion, device to device profiler sync can be improved by using ethernet handshake times and known latencies. This will provide tighter syncs between device-1 to device-2 compar…
-
https://www.geeksforgeeks.org/node-js-console-trace-method/
-
https://www.geeksforgeeks.org/array-data-structure/
-
## Information about Algorithm
## Recursive solution for the Josephus problem
This is a recursive algorithm which gives solution for the Josephus problem.
### Have you read the [Contributing.md]…
-
# perf 성능 분석 보고서
## 1) 5가지의 서로다른 sudoku 소스를 각각 실행해본다.
각각의 프로그램의 실행방법과 소개 내용을 분석보고서에 포함시킨다.
### fxn https://github.com/fxn/sudoku
```
$ gcc -O3 -std=c99 -o sudoku sudoku.c
$./sudoku
```
![image](htt…
-
See https://www.geeksforgeeks.org/python-opencv-roberts-edge-detection/