Сообщения без ответов | Активные темы Текущее время: 2024-11-21 23:43



Ответить на тему  [ 1 сообщение ] 
[Udemy] Python for Data Structures, Algorithms, and Interviews [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
Python for Data Structures, Algorithms, and Interviews

#777
Год выпуска: 2016
Производитель: Udemy
Сайт производителя: https://www.udemy.com/python-for-data-structures-al...-and-interviews/
Автор: Jose Portilla, Data Scientist
Продолжительность: 14:56:22
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: Добро пожаловать Python для структур данных, алгоритмов и интервью!

Это наиболее полный курс онлайн, чтобы помочь вам туз ваших кодирования интервью и узнать о структуры данных и алгоритмы! Этот курс использует преимущества легко читать язык программирования Python эффективно учить вас, что вам нужно знать, чтобы посадить тек работу вашей мечты!

Этот курс научит вас все, что нужно знать, чтобы получить большую работу в области технологии программного обеспечения, в том числе:

Создание большой резюме
Создание LinkedIn и GitHub профили для рекрутеров, чтобы найти
Построение и привлечения сеть для рабочих мест
Новейшие инструменты поиска работы доступны в Интернете
Нетехнических Интервью Вопросы и ответы
Тем после интервью (зарплата Переговоры и литературы Подготовка)
Jupyter Ноутбуки Обзор
Алгоритм анализа и Большой-O нотация
Массив Последовательности
Стеки Очереди и двусторонних очередей
Связанные списки
Рекурсия
деревья
Поиск и алгоритмы сортировки
График Алгоритмы
Загадки и Головоломки
4 Мок Интервью!
Достичь ваших целей карьеры и получить фантастическую работу в технологии, поступив в этот курс!


Welcome to Python for Data Structures, Algorithms and Interviews!

This is the most comprehensive course online to help you ace your coding interviews and learn about Data Structures and Algorithms! This course takes advantage of the easy to read Python programming language to efficiently teach you what you need to know to land the tech job of your dreams!

This course will teach you everything you need to know to get a great job in the software technology field, including:

Creating a great resume
Creating LinkedIn and GitHub profiles for recruiters to find
Building and leveraging a network for job opportunities
The latest job searching tools available online
Non-Technical Interview Questions and Answers
Post-Interview topics (Salary Negotiation and References Preparation)
Jupyter Notebooks Overview
Algorithm Analysis and Big-O Notation
Array Sequences
Stacks Queues and Deques
Linked Lists
Recursion
Trees
Searching and Sorting Algorithms
Graph Algorithms
Riddles and Brainteasers
4 Mock Interviews!
Achieve your career goals and get a fantastic job in technology by enrolling in this course!

Содержание
├── 01 Course Setup
│ ├── 001 Course Introduction.mp4
│ ├── 002 Full Course Curriculum Overview.mp4
│ ├── 003 How to get help for the Course.html
│ └── 004 Course FAQ.html
├── 02 Company and Job Types
│ ├── 001 Company Types Overview.mp4
│ └── 002 Job Type Overviews.mp4
├── 03 Resume Preparation
│ ├── 001 Resume Preparation.mp4
│ ├── 002 Resume Creation Tools.mp4
│ ├── 003 List of Resume Creation Websites.pdf
│ └── 004 Resume Checklist Review.html
├── 04 Online Presence
│ ├── 001 LinkedIn.mp4
│ ├── 002 GitHub.mp4
│ └── 003 Personal Website and Portfolio.mp4
├── 05 Networking
│ ├── 001 Building a Network.mp4
│ └── 002 Networking Events.mp4
├── 06 Job Searching
│ ├── 001 Organization of Job Search.mp4
│ ├── 002 Job Search Sites.mp4
│ ├── 003 List of Job Boards and Sites.html
│ ├── 004 Company Matching Sites.mp4
│ └── 005 List of Company Matching Sites.html
├── 07 During the Interview Non-Technical
│ ├── 001 Overview of Interview Section.mp4
│ ├── 002 5 Steps of an Interview.mp4
│ ├── 003 Tough Interview Questions.mp4
│ ├── 004 Questions for Students.mp4
│ └── 005 Special Case Interview Questions.mp4
├── 08 Post Interview
│ ├── 001 Salary Negotiations.mp4
│ ├── 002 Salary Questions and Answers.mp4
│ └── 003 Preparing References.mp4
├── 09 Technical Break Section
│ ├── 001 Technical Overview.mp4
│ ├── 002 Getting Help for the Technical Section.html
│ └── 003 Questions Disclosure.html
├── 10 Introduction to Jupyter Notebooks
│ ├── 001 Course Material Installation Guide.html
│ ├── 002 Windows - Course Material Installations.mp4
│ ├── 003 Mac OSX - Course Material Installations.mp4
│ ├── 004 Jupyter Notebooks Overview.mp4
│ ├── 005 Course Notebooks.mp4
│ └── 006 Interview Notebooks.mp4
├── 11 Algorithm Analysis and Big O
│ ├── 001 Algorithm Analysis and Big O Section Overview.mp4
│ ├── 002 Introduction to Algorithm Analysis and Big O.mp4
│ ├── 003 Big O Notation.mp4
│ ├── 004 Big O Examples.mp4
│ ├── 005 Homework Asssignment.html
│ ├── 006 Big O for Python Data Structures.mp4
│ └── 007 Big-O Reference Cheat Sheet.html
├── 12 Array Sequences
│ ├── 001 Introduction to Array Based Sequences.mp4
│ ├── 002 Low Level Arrays.mp4
│ ├── 003 Dynamic Array.mp4
│ ├── 004 Dynamic Array Excercise.mp4
│ ├── 005 Amortization.mp4
│ ├── 006 Interview Problems - Arrays.mp4
│ ├── 007 Anagram Check - Interview Problem.mp4
│ ├── 008 Anagram Check - Interview Problem - SOLUTION.mp4
│ ├── 009 Array Pair Sum - Interview Problem.mp4
│ ├── 010 Array Pair Sum - Interview Problem - SOLUTION.mp4
│ ├── 011 Find the Missing Element - Interview Problem.mp4
│ ├── 012 Find the Missing Element - Interview Problem - SOLUTION.mp4
│ ├── 013 Largest Continuous Sum - Interview Problem.mp4
│ ├── 014 Largest Continuous Sum - Interview Problem - SOLUTION.mp4
│ ├── 015 Sentence Reversal - Interview Problem.mp4
│ ├── 016 Sentence Reversal - Interview Problem - SOLUTION.mp4
│ ├── 017 String Compression - Interview Problem.mp4
│ ├── 018 String Compression - Interview Problem - SOLUTION.mp4
│ ├── 019 Unique Characters in a String - Interview Problem.mp4
│ └── 020 Unique Characters in String - Interview Problem - SOLUTION.mp4
├── 13 Stacks Queues and Deques
│ ├── 001 Stacks, Queues, and Deques Overview.mp4
│ ├── 002 Stacks Overview.mp4
│ ├── 003 Implementation of Stack.mp4
│ ├── 004 Queue Overview.mp4
│ ├── 005 Implementation of Queue.mp4
│ ├── 006 Deque Overview.mp4
│ ├── 007 Implementation of Deque.mp4
│ ├── 008 Stacks, Queues, and Deques Interview Problems.mp4
│ ├── 009 Implement a Stack - Interview Problem.mp4
│ ├── 010 Implement a Queue.mp4
│ ├── 011 Implement a Deque - Interview Problem.mp4
│ ├── 012 Balanced Parentheses Check - Interview Problem.mp4
│ ├── 013 Balanced Parentheses Check - Interview Problem - SOLUTION.mp4
│ ├── 014 Implement a Queue using 2 Stacks - Interview Problem -.mp4
│ └── 015 Implement a Queue using 2 Stacks - Interview Problem - SOLUTION.mp4
├── 14 Linked Lists
│ ├── 001 Linked Lists Overview.mp4
│ ├── 002 Singly Linked Lists.mp4
│ ├── 003 Singly Linked List Implementation.mp4
│ ├── 004 Doubly Linked Lists.mp4
│ ├── 005 Doubly Linked List Implementation.mp4
│ ├── 006 Singly Linked List Cycle Check - Interview Problem.mp4
│ ├── 007 Singly Linked List Cycle Check - Interview Problem - SOLUTION.mp4
│ ├── 008 Linked List Reversal - Interview Problem.mp4
│ ├── 009 Linked List Reversal - Interview Problem - SOLUTION.mp4
│ ├── 010 Linked List Nth to Last Node - Interview Problem.mp4
│ ├── 011 Linked List Nth to Last Node - Interview Problem - SOLUTION.mp4
│ ├── 012 Implement a Linked List - Interview Problem.mp4
│ └── 013 Implement a Linked List - Interview Problem - SOLUTION.mp4
├── 15 Recursion
│ ├── 001 Introduction to Recursion.mp4
│ ├── 002 Recursion Homework Example Problems.mp4
│ ├── 003 Recursion Homework Example Problems - SOLUTIONS.mp4
│ ├── 004 Memoization.mp4
│ ├── 005 Recursion Interview Problem - 1.mp4
│ ├── 006 Recursion Interview Problem - 1 - SOLUTION.mp4
│ ├── 007 Recursion Interview Problem - 2.mp4
│ ├── 008 Recursion Interview Problem - 2 - SOLUTION.mp4
│ ├── 009 Recursion Interview Problem - 3.mp4
│ ├── 010 Recursion Interview Problem - 3 - SOLUTION.mp4
│ ├── 011 Recursion Interview Problem - 4.mp4
│ ├── 012 Recursion Interview Problem - 4 - SOLUTION.mp4
│ └── 013 Advanced Topic Reading - Tail Recursion in Python.html
├── 16 Trees
│ ├── 001 Introduction to Trees.mp4
│ ├── 002 Tree Representation Implementation - Part 1.mp4
│ ├── 003 Tree Representation Implementation - Part 2.mp4
│ ├── 004 Nodes and References Implementation.mp4
│ ├── 005 Tree Traversals.mp4
│ ├── 006 Priority Queues with Binary Heaps.mp4
│ ├── 007 Binary Heap Implementation.mp4
│ ├── 008 Binary Search Trees.mp4
│ ├── 009 Implementation of Binary Search Trees - Part 1.mp4
│ ├── 010 Implementation of Binary Search Trees - Part 2.mp4
│ ├── 011 Binary Search Tree Check - Interview Problem.mp4
│ ├── 012 Binary Search Tree Check- Interview Problem - SOLUTION.mp4
│ ├── 013 Tree Level Order Print - Interview Problem.mp4
│ ├── 014 Tree Level Order Print - Interview Problem - SOLUTION.mp4
│ ├── 015 Trim a Binary Search Tree - Interview Problem.mp4
│ └── 016 Trim a Binary Search Tree - Interview Problem - SOLUTION.mp4
├── 17 Searching and Sorting
│ ├── 001 Search Overview.mp4
│ ├── 002 Sequential Search.mp4
│ ├── 003 Implementation of Sequential Search.mp4
│ ├── 004 Binary Search.mp4
│ ├── 005 Implementation of Binary Search.mp4
│ ├── 006 Hashing.mp4
│ ├── 007 Implementation of a Hash Table.mp4
│ ├── 008 Sorting Overview.mp4
│ ├── 009 Quick Note on Learning Sorting Algorithms.html
│ ├── 010 Resources for Visualizing Sorting Algorithms.mp4
│ ├── 011 Bubble Sort.mp4
│ ├── 012 Implementation of Bubble Sort.mp4
│ ├── 013 Selection Sort.mp4
│ ├── 014 Implementation of Selection Sort.mp4
│ ├── 015 Insertion Sort.mp4
│ ├── 016 Implementation of Insertion Sort.mp4
│ ├── 017 Shell Sort.mp4
│ ├── 018 Implementation of Shell Sort.mp4
│ ├── 019 Merge Sort.mp4
│ ├── 020 Implementation of Merge Sort.mp4
│ ├── 021 Quick Sort.mp4
│ ├── 022 Implementation of Quick Sort.mp4
│ ├── 023 Sorting Interview Problems.mp4
│ ├── 024 Implement Binary Search Interview Problem.mp4
│ ├── 025 Implement Bubble Sort Algorithm Interview Problem.mp4
│ ├── 026 Implement Selection Sort Algorithm Interview Problem.mp4
│ ├── 027 Implement Insertion Sort Algorithm Interview Problem.mp4
│ ├── 028 Implement Shell Sort Algorithm Interview Problem.mp4
│ ├── 029 Implement Merge Sort Algorithm Interview Problem.mp4
│ └── 030 Implement Quick Sort Algorithm Interview Problem.mp4
├── 18 Graph Algorithms
│ ├── 001 Important Graph Terms.html
│ ├── 002 Adjacency Matrix and Adjacency List.html
│ ├── 003 Word Ladder Example Problem.html
│ ├── 004 Implementation of a Graph.html
│ ├── 005 Breadth First Search.html
│ ├── 006 Knights Tour Example Problem.html
│ ├── 007 General Depth First Search.html
│ ├── 008 Connected Components.html
│ ├── 009 Shortest Paths Problem.html
│ ├── 010 Dijkstras Algorithm.html
│ ├── 011 Implement a Graph - Interview Problem.html
│ ├── 012 Implement a Graph - Interview Problem - SOLUTION.html
│ ├── 013 Implement Depth First Search - Interview Problem.html
│ ├── 014 Implement Depth First Search - Interview Problem - SOLUTION.html
│ ├── 015 Implement Breadth First Search - Interview Problem.html
│ └── 016 Implement Breadth First Search - Interview Problem - SOLUTION.html
├── 19 Riddles
│ ├── 001 How to Approach Riddles and Brain Teasers.mp4
│ ├── 002 Bridge Crossing - Interview Problem.mp4
│ ├── 003 Bridge Crossing - Interview Problem - SOLUTION.mp4
│ ├── 004 Coins and a Scale - Interview Problem.mp4
│ ├── 005 Coins and a Scale - Interview Problem - SOLUTION.mp4
│ ├── 006 Egg Drop - Interview Problem.mp4
│ ├── 007 Egg Drop - Interview Problem - SOLUTION.mp4
│ ├── 008 Hallway Lockers - Interview Problem.mp4
│ ├── 009 Hallway Lockers - Interview Problem - SOLUTION.mp4
│ ├── 010 Jugs of Water - Interview Problem.mp4
│ ├── 011 Jugs of Water - Interview Problem - SOLUTION.mp4
│ ├── 012 Light Switches - Interview Problem.mp4
│ ├── 013 Light Switches - Interview Problem - SOLUTION.mp4
│ ├── 014 Ropes Burning - Interview Problem.mp4
│ └── 015 Ropes Burning - Interview Problem - SOLUTION.mp4
├── 20 Introduction to Mock Interview Section
│ ├── 001 Mock Interviews Overview.mp4
│ ├── 002 Non-Technical Questions Guide.mp4
│ ├── 003 General Non Technical Interview Questions List.html
│ ├── 004 Questions after an Interview Guide.mp4
│ └── 005 List of Questions to Ask after an Interview.html
├── 21 Mock Interview 1 - E-Commerce Company
│ ├── 001 E-Commerce Company Interview - Overview.mp4
│ ├── 002 Phone Screen.mp4
│ ├── 003 On Site Question 1.mp4
│ ├── 004 On Site Question 2.mp4
│ ├── 005 On Site Question 3.mp4
│ ├── 006 Phone Screen -SOLUTION.mp4
│ ├── 007 On Site Question 1 -SOLUTION.mp4
│ ├── 007 On Site Question 1 -SOLUTION.mp4.jpg
│ ├── 008 On Site Question 2 -SOLUTION.mp4
│ ├── 008 On Site Question 2 -SOLUTION.mp4.jpg
│ ├── 009 On Site Question 3 -SOLUTION.mp4
│ ├── 009 On Site Question 3 -SOLUTION.mp4.jpg
│ └── 010 Company Specifics Interview.html
├── 22 Mock Interview 2 - Large Search Engine Company
│ ├── 001 Large Search Engine Company Interview Overview.mp4
│ ├── 002 Phone Screen.mp4
│ ├── 003 On Site Question 1.mp4
│ ├── 004 On Site Question 2.mp4
│ ├── 005 On Site Question 3.mp4
│ ├── 006 On Site Question 4.mp4
│ ├── 007 Phone Screen - SOLUTION.mp4
│ ├── 008 On Site Question 1 -SOLUTION.mp4
│ ├── 009 On Site Question 2 -SOLUTION.mp4
│ ├── 010 On Site Question 3 -SOLUTION.mp4
│ ├── 011 On Site Question 4 -SOLUTION.mp4
│ └── 012 Company Specifics Interview.html
├── 23 Mock Interview 3 - Ride Share Start-Up Company
│ ├── 001 Ride Share Start-Up Interview Overview.mp4
│ ├── 002 Phone Screen.mp4
│ ├── 003 On Site Question 1.mp4
│ ├── 004 On Site Question 2.mp4
│ ├── 005 On Site Question 3.mp4
│ ├── 006 Phone Screen - SOLUTION.mp4
│ ├── 007 On Site Question 1 -SOLUTION.mp4
│ ├── 008 On Site Question 2 -SOLUTION.mp4
│ ├── 009 On Site Question 3 -SOLUTION.mp4
│ └── 010 Company Specifics Resources.html
├── 24 Mock Interview 4 - Social Network Company
│ ├── 001 Social Network Company Interview Overview.mp4
│ ├── 002 Phone Screen.mp4
│ ├── 003 On Site Question 1.mp4
│ ├── 004 On Site Question 2.mp4
│ ├── 005 On Site Question 3.mp4
│ ├── 006 Phone Screen - SOLUTION.mp4
│ ├── 007 On Site Question 1 -SOLUTION.mp4
│ ├── 007 On Site Question 1 -SOLUTION.mp4.jpg
│ ├── 008 On Site Question 2 -SOLUTION.mp4
│ ├── 008 On Site Question 2 -SOLUTION.mp4.jpg
│ ├── 009 On Site Question 3 -SOLUTION.mp4
│ ├── 009 On Site Question 3 -SOLUTION.mp4.jpg
│ └── 010 Company Specific Resources.html
└── 25 Bonus Special Offers
└── 001 Bonus Offers and Discounts for other Courses.html

Файлы примеров: отсутствуют
Формат видео: MP4
Видео: AVC, 1280x720 (16:9), 30.000 fps, Zencoder Video Encoding System ~187 Kbps avg, 0.007 bit
Аудио: 44.1 KHz, AAC LC, 2 ch, ~54.5 Kbps

Скриншоты































2016-02-18 03:14
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-02-18 03:14 Приватный: Нет (DHT включён)
Статус:
---
Размер: 2.63 ГБ (2 823 443 438 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 100%
Сидеров: 1 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: 1 год 9 месяцев 3 дня 18 часов 51 минуту 7 секунд назад Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 4


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.144s | 18 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика