DictionaryForumContacts

Terms for subject Programming containing solutions to the problem | all forms | in specified order only
EnglishRussian
A solution is said to be efficient if it solves the problem within its resource constraintsРешение называется эффективным, если оно решает задачу в рамках её ограничений по ресурсам (С. А. Shaffer ssn)
abstract the problem from the solution, where the solution is expected to changeотделять задачу от её решения, которое, как ожидается, может меняться (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)
base from which to search for a more optimal solution to the problemбаза, на основании которой выполняется поиск оптимального решения проблемы (ssn)
optimal solution to the problemоптимальное решение проблемы (ssn)
solution to the reaching-definitions problemрешение задачи достигающих определений (ssn)
solutions to the dangling-pointer problemрешение проблемы недействительных указателей (Alex_Odeychuk)
solutions to the dangling-pointer problemрешение проблемы висячих указателей (ssn)
using solutions to the subproblems to solve the original problemрешения подзадач используются для решения исходной задачи (ssn)

Get short URL