Results 3 issues of Umair Karel

Issue Name: Added 8 Puzzle Solver closes: #189 - [x] Hacktoberfest2021 Participant - [x] Contributor **Description** - Added Python Program to solve 8 puzzle game - Added Readme **Type of...

HACKTOBERFEST

- **Title**: 8 Puzzle Solver - **Language**: Python - **Category**: Pathfinding - [x] Hacktoberfest - [x] Contributor **Description**: Algorithm to solve 8 Puzzle using A* Search Algorithm

Assigned
HACKTOBERFEST

## Promise.allSettled should be used https://github.com/stape-io/facebook-tag/blob/24c5fdc51814471cb311d3e083fdc5df7f916dbd/template.js#L162 ### Description The current implementation uses `Promise.all(requests)` but later assumes that **all request results will always be available**, even if some requests fail. However,...