Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
ℛeℙ@¢ᴋ€r
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
tano1221
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
ПΣӨƧӨFƬ
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
大†Shinegumi†大
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
Engh3
Algorithms (Data Structures) Bootcamp in  C++ Vote_lcapAlgorithms (Data Structures) Bootcamp in  C++ Voting_barAlgorithms (Data Structures) Bootcamp in  C++ Vote_rcap 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» pdfFactory Pro 9.08 Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 10:30 am por ℛeℙ@¢ᴋ€r

» WordWeb Pro 10.42 + Ultimate Reference Bundle
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 10:16 am por ℛeℙ@¢ᴋ€r

» Pazu Netflix Video Downloader 1.8.0 (x64) Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 10:06 am por ℛeℙ@¢ᴋ€r

» Any Video Downloader Pro 9.0.11
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 9:55 am por ℛeℙ@¢ᴋ€r

» Fast Video Downloader 4.0.0.68 Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 9:00 am por missyou123

» FinePrint 12.08 Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 8:58 am por missyou123

» MediaMonkey Gold 2024.0.0.3070 Beta Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 8:54 am por missyou123

» n-Track Studio Suite 10.2.0.9142 Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 8:52 am por missyou123

» Pazu Apple TV Plus Video Downloader 1.2.7 (x64) Multilingual
Algorithms (Data Structures) Bootcamp in  C++ EmptyHoy a las 8:48 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Algorithms (Data Structures) Bootcamp in C++

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 76905
Fecha de inscripción : 20/08/2016

Algorithms (Data Structures) Bootcamp in  C++ Empty
MensajeTema: Algorithms (Data Structures) Bootcamp in C++   Algorithms (Data Structures) Bootcamp in  C++ EmptyJue Mayo 20, 2021 2:59 am

Algorithms (Data Structures) Bootcamp in  C++ 8eda777cbc0b1b1cc9eadfe4249c6914
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 149 lectures (17h 13m) | Size: 2.4 GB
Recursion, Backtracking, Dynamic Programming, Graphs, Data Structures, Sorting and Substring Search Algorithms

What you'll learn:
understand recursion and stack memory
understand backtracking
understand dynamic programming
understand the fundamental data structures
understand arrays and linked lists
understand stacks and queues abstract data types
understand tree data structures (binary search trees and heaps)
understand hashing and hash-based data structures such as hash tables
understand graph algorithms
understand breadth-first search and depth-first search
understand shortest path problem (Dijkstra's and Bellman-Ford algorithm)
understand substring search algorithms (Rabin-Karp, Knuth-Morris-Pratt and Z algorithms)
understand sorting algorithms

Requirements
C++ fundamentals

Description
This course is for those who are interested in computer science and want to implement the algorithms and given data structures in C++ from scratch. In every chapter you will learn about the theory of a given data structure or algorithm and then you will implement them from scratch.

Chapter 1: Recursion

theory behind recursion (recursive function calls)

stack memory and heap memory

recursion and stack memory of the OS

recursive problems such as the Towers of Hanoi problem

Chapter 2: Backtracking

what is backtracking

how to solve problems with backtracking

N-queens problem

coloring problem

knight's tour

Chapter 3: Dynamic Programming

overlapping subproblems and dynamic programming

what is "memoization" and "tabulation"?

Fibonacci numbers

knapsack problem

Chapter 4: Data Structures

data structures and abstract data types (ADTs)

arrays

linked lists

stacks

queues

binary search trees

priority queues (heaps)

associative arrays (hash tables)

Chapter 5: Graphs

directed and undirected graphs

graph traversal: breadth-first search and depth-first search

shortest path algorithms

Dijkstra's algorithm

Bellman-Ford algorithm

Chapter 6: Substring Search Algorithms

the most relevant substring search algorithms

naive substring search

Knuth-Morris-Pratt (KMP) substring search algorithm

Rabin-Karp algorithm

Z algorithm (linear pattern matching)

Chapter 7: Sorting

stable sorting and adaptive sorting

comparison based and non-comparison based sorting algorithms

string sorting

bubble sort

selection sort and insertion sort

quicksort

merge sort

counting sort and radix sort

These are the topics we are going to consider on a one by one basis. After every topic there is a Q&A section where you can test your knowledge on the given topics. Thanks for joining my course, let's get started!

Who this course is for
Intermediate C++ developers curious about algorithms and data structures

Algorithms (Data Structures) Bootcamp in  C++ 8881a63e4da323ee7b1118fed37032d2

DOWNLOAD:
Citación :

https://rapidgator.net/file/bace0bc12379b79b80e792dd41ae1302/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part1.rar.html
https://rapidgator.net/file/9d2869e5ddb128d7367176b24c6e7c47/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part2.rar.html
https://rapidgator.net/file/902c14d7486271e821ca191e7938f3fc/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part3.rar.html


https://uploadgig.com/file/download/f1ef1D288Afbbd8c/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part1.rar
https://uploadgig.com/file/download/91B0c89afF6Aa58d/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part2.rar
https://uploadgig.com/file/download/93b3cC736a74b9Af/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part3.rar


https://nitroflare.com/view/180E98AD2EBA1A4/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part1.rar
https://nitroflare.com/view/659B62C274EC175/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part2.rar
https://nitroflare.com/view/D226CDD3B10CBF8/mvnrw.Algorithms.Data.Structures.Bootcamp.in.C.part3.rar

Volver arriba Ir abajo
 

Algorithms (Data Structures) Bootcamp in C++

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» The Coding Interview Bootcamp Algorithms + Data Structures (2020)
» Data Structures And Algorithms In PHP
» Introduction to Data Structures & Algorithms
» Data Structures and Algorithms in C for Beginners
» "Big O notation" Data Structures and Algorithms

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-