English | Russian |
all elements but the first of the original list | все элементы первоначального списка, кроме первого (ssn) |
cells, each cell consisting of an element of the list and a pointer to the next cell on the list | ячейки, каждая из которых содержит элемент списка и указатель на следующую ячейку списка (ssn) |
element of the list | элемент списка (ssn) |
elements of the list | элементы списка (ssn) |
elements of the list that match a certain criterion | элементы списка, которые соответствуют определённому критерию (ssn) |
elements of the list that match a certain criterion | элементы списка, соответствующие определённому критерию (ssn) |
in investigating a parallel method for searching, we will begin with a naive attempt with as many processors as elements of the list we are searching | Изучение параллельных методов поиска мы начнём с наивной попытки, в которой число процессоров равно числу элементов списка (см. "Analysis of Algorithms: An Active Learning Approach" by Jeffrey J. McConnell 2001) |
in this representation, a list is made up of cells, each cell consisting of an element of the list and a pointer to the next cell on the list | в этой реализации список состоит из ячеек, каждая из которых содержит элемент списка и указатель на следующую ячейку списка |
next task is to find all the elements of the list that match a certain criterion | следующая задача заключается в нахождении всех элементов списка, которые соответствуют определённому критерию (ssn) |