OpenGenus/cosmos

Linear search Swift fix

Open

#1 794 ouverte le 17 oct. 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (3 724 forks)batch import
Hacktoberfestadd codenew algorithm

Métriques du dépôt

Stars
 (13 462 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

For now Swift linear search is quite strange, since we are searching for element in array and then try to find it with .index method again

Guide contributeur