Skip to content

Commit

Permalink
#8 22.11.16 > 수열 추측하기
Browse files Browse the repository at this point in the history
  • Loading branch information
beurmuz committed Nov 16, 2022
1 parent f478607 commit 65e040c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/inf/recursive,dfs/13_rere.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"use strict";

function solution(n, f) {
let answer;

return answer;
}
console.log(solution(4, 16));
2 changes: 1 addition & 1 deletion src/inf/recursive,dfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
| 10 || 22.11.15😥 |
| 11 | O | 22.11.15 |
| 12 | X | 22.11.16😥 |
| 13 | X | O 한번 더 보기 |
| 13 | X | 22.11.16😥 |
| 14 | X | O 잊기전에 다시풀기 |
| 15 | X | O 잊기전에 다시풀기! |

0 comments on commit 65e040c

Please sign in to comment.