You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добавлено 16 новых функций для работы с массивами в 1С и OneScript. Например: удаление повторяющихся значений, поиск элемента с указанного индекса, перемешивание массива / shuffle и другие функции.
Given a number of laps and runners of a race; this code sorts, updates and shows the position of the runners after each lap in a general table(not lap table) , based on the time difference in minutes between the start and the end of each lap.
In this project, I'm searching a number in an array by making multiple threads or we can say I'm searching a number in an array by performing parallel computing