Cracking-the-Coding-Interview-TypeScript icon indicating copy to clipboard operation
Cracking-the-Coding-Interview-TypeScript copied to clipboard

Refactor Ch-4_Ex-4.2 through to Ch-4_Ex-4.6 (inclusively) to utilise new Graph util

Open Braden1996 opened this issue 5 years ago • 0 comments

These exercises were completed using the (now deprecated) AdjacencyList util https://github.com/Braden1996/Cracking-the-Coding-Interview-TypeScript/blob/78aa4efe6f2126c95d41fccc574fbb93fad92e7f/src/utils/AdjacencyList.ts#L6 They should be refactored to use the new Graph util: https://github.com/Braden1996/Cracking-the-Coding-Interview-TypeScript/blob/78aa4efe6f2126c95d41fccc574fbb93fad92e7f/src/utils/Graph/index.ts#L6

Braden1996 avatar Feb 17 '19 16:02 Braden1996