English | Russian |
algorithm object: An object that encapsulates an algorithm used in the problem domain | объект-алгоритм: объект, инкапсулирующий определённый алгоритм, который применяется в предметной области (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn) |
algorithms and problem-solving | алгоритмы и решение задач (ssn) |
Although the graphical approach does not translate directly into a usable algorithm, it gives a good intuitive feel for the nature of the problem | Хотя графический подход не переводится непосредственно в пригодный к использованию алгоритм, он даёт неплохое интуитивное понимание существа вопроса (см. Modern Operating Systems Fourth ed. by Andrew S. Tanenbaum & Herbert Bos 2015 ssn) |
as we shall see throughout the book, a great many algorithms are based on the principle of recursively decomposing a large problem into one or more smaller ones, using solutions to the subproblems to solve the original problem | как мы увидим далее в этой книге, многие алгоритмы основаны на принципе рекурсивного разбиения большой задачи на меньшие, когда решения подзадач используются для решения исходной задачи (см. Algorithms in C++, Parts 1–4: Fundamentals, Data Structure, Sorting, Searching Third Edition by Robert Sedgewick 1998) |
efficient algorithm to solve a problem | эффективный алгоритм для решения задачи (ssn) |
problem with the standard algorithm | проблема стандартного алгоритма (ssn) |
the problem with the standard algorithm is that it can waste a lot of effort | Проблема стандартного алгоритма заключается в том, что он затрачивает много усилий впустую (см. "Analysis of Algorithms: An Active Learning Approach" by Jeffrey J. McConnell 2001) |