What is the difference between continuous and contiguous memory allocation?

1 answer

Answer

1037895

2026-04-02 04:45

+ Follow

Contiguous is a Word that is used normally when objects are spatially adjacent and Continuous is a Word that is normally used when events are adjacent in time.

This usage is probably the reason why arrays are "contiguously" allocated and not "continuously" allocated. On the other hand, a function f(t) is "continuous" and not "contiguous".

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.