Web and Mobile Development
Saturday, October 20, 2018
Eratosthenes Sieve in Swift
›
Task definition: Given a integer number n, calculate all primes smaller than or equal to n (It may be including or not including). For e...
7 comments:
Sunday, August 26, 2018
Test iOS Project for tutu.ru. Part 1
›
Description Full task description can be found here on GitHub What need to be done 1. Application should have TabBar with two tabs: ...
4 comments:
Sunday, July 8, 2018
Swift Algorithms. Binary Search
›
How to solve following task: find element in the array. For this task we can use linear search algorithm - simply iterate over each element ...
5 comments:
Thursday, July 5, 2018
Swift Algorithms. Bubble Sort
›
Bubble Sort is the simplest sorting algorithm which iterates over elements of the array and swap adjacent elements if they are in wrong orde...
5 comments:
›
Home
View web version