diff --git a/Worksheets/Worksheet2/Task 1/READme.md b/Worksheets/Worksheet2/Task 1/READme.md index b83b0c68b2d0963f871ac2bbabf409cdce33bfcd..c0cae329abff66204330a953bf4eb5c33c5e5f14 100644 --- a/Worksheets/Worksheet2/Task 1/READme.md +++ b/Worksheets/Worksheet2/Task 1/READme.md @@ -19,13 +19,13 @@ Allocator:<br/> <h3>Step 3 - Testing</h3> There were several test needed to demonstrate certain functionality within the allocator. These were implemented within a basic user interface so that when ran the functionality could be chosen. It was implemented like this to ease testing and make the results more visually coherent. The code has not been proofed against incorrect user entry as it only serves as an example of functionality rather than as a program aimed to be used regularly.<br/> <br/> -<br/> +<br/> <h5>Example 1 - Integer allocation</h5> Integer allocation is one of the simplest functionalities of an allocater. <br/> Code:<br/> -<br/> +<br/> This gives the results below when ran:<br/> <br/> @@ -45,9 +45,9 @@ This gives the results below when ranL<br/> <h5>Example 4 - Allocator resets</h5> The allocater should reset when deallocation matches the number of successfull allocations.<br/> -Code: +Code: <br/> <br/> -The deallocator is called twice, first to deallocate all objects, then to reset itself. +The deallocator is called twice, first to deallocate all objects, then to reset itself.<br/> <br/>