Legos Lightlegos.hashnode.dev·Dec 19, 2024Một số ứng dụng của CTDL Stack💡 Stack (ngăn xếp) là một cấu trúc dữ liệu cơ bản. Giống như Queue (hàng đợi), stack được dùng để giải quyết rất nhiều bài toán thú vị. Bài viết này mình xin giới thiệu vài ví dụ về việc áp dụng stack để giải quyết. Giới thiệu Cũng như queue, stac...Programming & Algorithmsstack
Nayan Rautnayanraut1412blog.hashnode.dev·Sep 21, 20248-Queens problem using Local Search Algorithm (Genetic Algorithm)Introduction The 8-Queens problem is a well-known puzzle in computer science and artificial intelligence. It involves positioning eight queens on an 8x8 chessboard in such a manner that no two queens can attack each other. In other words, no two quee...8-Queens problem