窓の外、夕日に照らされた校門のところで、下校する生徒たちが一列に並んでバスを待ってるよ。 「先頭から乗って、後ろに並ぶ」。これ、第4回(ロジック編)でやった「キュー(行列)」の基本だったよね。 キミ、Pythonでこういう「行列」を作るとき ...
台風で外出できない連休だったので,家でAtCoderをやっていた。今回はこれ。 Pの出力とQの出力の順番が異なっています。 heapqだとうまくいかなかった理由 今回のBFSの処理の中で以下のような処理があります。 現在地(nx, ny)に隣接する4方向を順番に調べてい ...
This project was on circular double ended queues (deque) using both a circular array and a circular doubly linked list (CDLL) as underlying structures. This project was for my data structures and ...
Classic Snake Game built with pygame library and collections.deque(Arrays are terrible for the memory). The snake can eat food, grow longer, and collide with itself. Who likes boundaries, so snake is ...