Day 10: Allow One Function Call
Given a function fn, return a new function that...
Day 23: Group By
Write code that enhances all arrays such that you can call the...
今天有點忙先發怕忘記要做閃避功能等等更新
using System.Collections;
using System.Collections.Generic...
Writer Monad
不知道讀者有沒有想過,如果今天我想要把每一步 monadic 操作的過程都有 log 紀錄方便我們 debug 的話要怎麼做?(用 p...
GDB TutorialGdb is a debugger for C (and C++). It allows you to do things like r...
題目說明
給定一個數列 nums,找到在該數列中的某個 index讓nums[0] + ... + nums[index-1] == nums[index +...