Зарегистрироваться
Восстановить пароль
FAQ по входу

Собеседования по общим вопросам программирования

  • Без фильтрации типов файлов
Create Space, 2014. — 304 p. — ISBN: 1502712458. If you are preparing the programming interview for a software engineer position, you might want to look at this book. Make sure you have basic knowledge of data structure and algorithm, because this book is mostly focus on how to resolve the coding puzzles with existing data structure and algorithm. If you need some refresh of...
  • №1
  • 501,17 КБ
  • добавлен
  • описание отредактировано
CareerMonk Plublications, 2017. — 520 p. — ISBN13: 978-8193245200. "Coding Interview Questions" is a book that presents interview questions in simple and straightforward manner with a clear-cut explanation. This book will provide an introduction to the basics. It comes handy as an interview and exam guide for computer scientists.
  • №2
  • 62,17 МБ
  • добавлен
  • описание отредактировано
Notion Press, 2017. — 142 p. — ISBN: 978-1946556691. I wanted to compute 80th term of the Fibonacci series. I wrote the rampant recursive function, int fib(int n){ return (1==n || 2==n) ? 1 : fib(n-1) + fib(n-2); } and waited for the result. I wait… and wait… and wait… With an 8GB RAM and an Intel i5 CPU, why is it taking so long? I terminated the process and tried computing...
  • №3
  • 19,65 МБ
  • добавлен
  • описание отредактировано
3rd Edition. — Author not specified. — Vibrant Publishers, 2017-09-08. — 198 p. — ISBN-13: 978-1946383808. Automated Software Testing Interview Questions You’ll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the...
  • №4
  • 288,33 КБ
  • добавлен
  • описание отредактировано
Independently published, 2022. — 180 р. The ultimate guide to help you ace your coding interview! Are you getting ready to face a coding interview? Do you wonder what is involved in the interview? Coding interviews really are just interviews for a job, but they differ in that they are incredibly technical, and you need to know how to solve programs, turn your solutions into...
  • №5
  • 834,10 КБ
  • добавлен
  • описание отредактировано
В этом разделе нет файлов.

Комментарии

В этом разделе нет комментариев.