In-place algorithm

id: in-place-algorithm-205-14181029
title: In-place algorithm
text: In computer science, an in-place algorithm is an algorithm that operates directly on the input data structure without requiring extra space proportional to the input size. In other words, it modifies the input in place, without creating a separate copy of the data structure. An algorithm which is not in-place is sometimes called not-in-place or out-of-place. In-place can have slightly different meanings. In its strictest form, the algorithm can only have a constant amount of extra space, countin
brand slug: wiki
category slug: encyclopedia
description: Type of computer science algorithm
original url: https://en.wikipedia.org/wiki/In-place_algorithm
date created: 2003-05-02T00:33:35Z
date modified: 2024-09-10T22:30:55Z
main entity: {"identifier":"Q657037","url":"https://www.wikidata.org/entity/Q657037"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part