Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デフォルトでは、Go チャネルは、私が知る限り、先入れ先出しのキューのように動作します。後入れ先出しで動作するように変更する方法はありますか?
基本的に私は検索を行っており、メモリの制約のために BFS の代わりに DFS を実行したいと考えています。
いいえ、これは不可能です。チャネルは常に FIFO です。パッケージを使用できますcontainer/heap。
container/heap