👉 In computer science, "unmemorized" refers to a data structure or algorithm that does not store its contents in memory. Instead, it is read-only and only accessed via pointers or other mechanisms. Unmemorized data structures can be used for various tasks such as storing large amounts of data without the need for extensive storage capacity or frequent rehashing.