Data Structures and Algorithms in Swift Implement Stacks, Queues, Dictionaries, and Lists in Your Apps

Control the performance and stability of the apps you develop in Swift by working with and understanding advanced concepts in data structures and algorithms. All professional developers have to know which data structure and algorithms to use in their development process. Your choice directly affects...

Descripción completa

Detalles Bibliográficos
Autor principal: Karimov, Elshad. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:1st ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631643906719
Tabla de Contenidos:
  • Chapter 1: Arrays
  • Chapter 2: Dictionaries
  • Chapter 3: Sets
  • Chapter 4: Stacks
  • Chapter 5: Queue
  • Chapter 6: Linked Lists
  • Chapter 7: Hash Tables
  • Chapter 8: Trees
  • Chapter 9: Trie Data Structures
  • Chapter 10: Binary Tree
  • Chapter 11: Binary Search Tree
  • Chapter 12: Red Black Tree
  • Chapter 13: Big O
  • Chapter 14: Sorting Algorithms
  • Chapter 15: Search Algorithms
  • Chapter 16: Graph Algorithms
  • Chapter 17: Choosing the Best Algorithm.