From 95cdfafc8e2915ae0c4af4037781548a3175ba8c Mon Sep 17 00:00:00 2001 From: AngryCracker Date: Thu, 3 May 2018 22:42:15 +0530 Subject: [PATCH] Removed append --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 900ef3324..af757984b 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and | 9.1 | Unify | `unify` | [`logic.py`][logic] | Done | Included | | 9.3 | FOL-FC-Ask | `fol_fc_ask` | [`logic.py`][logic] | Done | Included | | 9.6 | FOL-BC-Ask | `fol_bc_ask` | [`logic.py`][logic] | Done | Included | -| 9.8 | Append | | | | | | 10.1 | Air-Cargo-problem | `air_cargo` | [`planning.py`][planning] | Done | Included | | 10.2 | Spare-Tire-Problem | `spare_tire` | [`planning.py`][planning] | Done | Included | | 10.3 | Three-Block-Tower | `three_block_tower` | [`planning.py`][planning] | Done | Included |