...
/Introduction to the Chat List Project
Introduction to the Chat List Project
Get an overview of the chat list project that we'll create in this chapter.
We'll cover the following...
In this chapter, we will complete another advanced project by using the least recently used (LRU) caching, linked lists, and hashmaps. The project aims to create a chat list similar to chatting applications such as WhatsApp, Telegram, and so on. Our main focus in this project will be on two aspects: ...