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
These exercises were completed using the (now deprecated) AdjacencyList util
Cracking-the-Coding-Interview-TypeScript/src/utils/AdjacencyList.ts
Line 6 in 78aa4ef
They should be refactored to use the new Graph util:
Cracking-the-Coding-Interview-TypeScript/src/utils/Graph/index.ts
Line 6 in 78aa4ef