- 30
- 10 404
Aleksandr Samedov
เข้าร่วมเมื่อ 31 มี.ค. 2013
Мой диплом в Венгрии // My thesis in Hungary. Part 3: Complexity (ENG SUB)
#staticanalysis #thesis #thesisprogress #programming #programmingresearch #softwareengineering #complexity
In this video, I delve into the complexity of algorithms - how we analyze and optimize computational processes to solve problems efficiently. Understanding algorithmic complexity is essential for designing faster, more scalable computing, engineering, and data science solutions.
I cover key concepts such as time and space complexity and how they influence performance in real-world applications. Whether you're a beginner or an advanced learner, this video will provide valuable insights into the critical role of algorithm complexity in technology.
🔗 Support my work: www.donationalerts.com/r/samedov_av
💰 Donate via USDT (TRC20): TTfeyBT8N9yeMZetUiFgzLYYEf2vnPhyHP
📌 Join the discussion: t.me/running_thoughts
📸 Follow for updates: samedov_aleksandr
Playlist: th-cam.com/video/t_yBImquJPM/w-d-xo.html
In this video, I delve into the complexity of algorithms - how we analyze and optimize computational processes to solve problems efficiently. Understanding algorithmic complexity is essential for designing faster, more scalable computing, engineering, and data science solutions.
I cover key concepts such as time and space complexity and how they influence performance in real-world applications. Whether you're a beginner or an advanced learner, this video will provide valuable insights into the critical role of algorithm complexity in technology.
🔗 Support my work: www.donationalerts.com/r/samedov_av
💰 Donate via USDT (TRC20): TTfeyBT8N9yeMZetUiFgzLYYEf2vnPhyHP
📌 Join the discussion: t.me/running_thoughts
📸 Follow for updates: samedov_aleksandr
Playlist: th-cam.com/video/t_yBImquJPM/w-d-xo.html
มุมมอง: 7
วีดีโอ
Мой диплом в Венгрии // My thesis in Hungary. Part 2: Abstract Syntax Tree (ENG SUB)
มุมมอง 72หลายเดือนก่อน
#staticanalysis #thesis #thesisprogress #programming #programmingresearch #softwareengineering #abstarctsyntaxtree support: www.donationalerts.com/r/samedov_av tg: t.me/running_thoughts inst: samedov_aleksandr In this video, I share the latest update on my thesis progress and dive into an essential concept I'm working on static analysis. I explain static analysis, how it works, an...
Exercism #48in24 Challenge: Week 17 - Zebra Puzzle (JavaScript)
มุมมอง 3หลายเดือนก่อน
The Zebra Puzzle is a famous logic puzzle in which five houses are painted differently. The houses have different inhabitants, different nationalities, own different pets, drink different beverages and enjoy different hobbies. Exercism Challenge Page: exercism.org/challenges/48in24 GitHub: github.com/samedovAV/exercism/blob/master/javascript/zebra-puzzle/zebra-puzzle.js #exercism #48in24 #javas...
Мой диплом в Венгрии // My thesis in Hungary. Part 1: What is Static Analysis (Статический анализ)
มุมมอง 1202 หลายเดือนก่อน
tg: t.me/running_thoughts In this video, I share the latest update on my thesis progress and dive into an essential concept I'm working on static analysis. I explain static analysis, how it works, and why it’s crucial for software development and programming research. Whether you're a fellow student, developer, or just curious about the behind-the-scenes of academic study, this video is for you...
Мой диплом в Венгрии // My thesis in Hungary. Part 0: Introduction (Введение)
มุมมอง 5K3 หลายเดือนก่อน
В этой серии роликов я буду рассказывать о прогрессе написания магистерской работы в университете ELTE (Венгрия, Будапешт) ... In this series of videos, I will talk about the progress of writing a master's thesis at ELTE University (Hungary, Budapest)
Exercism #48in24 Challenge: Week 16 - All Your Base (Erlang)
มุมมอง 233 หลายเดือนก่อน
#exercism #48in24 #erlang #coding #programming #tutorials Convert a sequence of digits in one base, representing a number, into a sequence of digits in another base, representing the same number. Exercism Challenge Page: exercism.org/challenges/48in24 GitHub: github.com/samedovAV/exercism/blob/master/erlang/all-your-base/src/all_your_base.erl
Exercism #48in24 Challenge: Week 15 - Pangram (Java)
มุมมอง 143 หลายเดือนก่อน
#exercism #48in24 #javascript #coding #programming #tutorials A pangram is a sentence using every letter of the alphabet at least once. Exercism Challenge Page: exercism.org/challenges/48in24 GitHub: github.com/samedovAV/exercism/blob/master/java/pangram/src/main/java/PangramChecker.java
Exercism #48in24 Challenge: Week 14 - Difference of Squares (JavaScript)
มุมมอง 244 หลายเดือนก่อน
Find the difference between the square of the sum and the sum of the squares of the first N natural numbers. Exercism Challenge Page: exercism.org/challenges/48in24 GitHub: github.com/samedovAV/exercism/blob/master/javascript/difference-of-squares/difference-of-squares.js exercism #48in24 #javascript #coding #programming #tutorials
Exercism #48in24 Challenge: Week 13 - Scrabble Score (Python)
มุมมอง 244 หลายเดือนก่อน
exercism #48in24 #python #tutorials Scrabble is a word game where players place letter tiles on a board to form words. Each letter has a value. A word's score is the sum of its letters' values. Exercism Challenge Page: exercism.org/challenges/48in24 GitHub: github.com/samedovAV/exercism/blob/master/python/scrabble-score/scrabble_score.py
Exercism #48in24 Challenge: Week 12 - Luhn (Java)
มุมมอง 98 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 12 - Luhn (Java)
Exercism #48in24 Challenge: Week 11 - Sieve (JavaScript)
มุมมอง 4399 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 11 - Sieve (JavaScript)
Exercism #48in24 Challenge: Week 10 - Allergies (Java)
มุมมอง 169 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 10 - Allergies (Java)
Exercism #48in24 Challenge: Week 9 - Parallel Letter Frequency (Java)
มุมมอง 9310 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 9 - Parallel Letter Frequency (Java)
Exercism #48in24 Challenge: Week 8 - Circular Buffer (Python)
มุมมอง 7010 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 8 - Circular Buffer (Python)
Exercism #48in24 Challenge: Week 7 - Acronym (Java)
มุมมอง 30710 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 7 - Acronym (Java)
Exercism #48in24 Challenge: Week 6 - List Ops (Java)
มุมมอง 40411 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 6 - List Ops (Java)
Exercism #48in24 Challenge: Week 5 - Protein Translation (Python)
มุมมอง 3711 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 5 - Protein Translation (Python)
Exercism #48in24 Challenge: Week 4 - Roman Numerals (Java)
มุมมอง 5011 หลายเดือนก่อน
Exercism #48in24 Challenge: Week 4 - Roman Numerals (Java)
Exercism #48in24 Challenge: Week 3 - Raindrops (Java)
มุมมอง 64ปีที่แล้ว
Exercism #48in24 Challenge: Week 3 - Raindrops (Java)
Exercism #48in24 Challenge: Week 2 - Reverse String (JavaScript)
มุมมอง 77ปีที่แล้ว
Exercism #48in24 Challenge: Week 2 - Reverse String (JavaScript)
Exercism #48in24 Challenge: Week 1 - Leap (Python)
มุมมอง 148ปีที่แล้ว
Exercism #48in24 Challenge: Week 1 - Leap (Python)
СВЕТОДИОДНАЯ ПОДСВЕТКА СТОЛА СВОИМИ РУКАМИ
มุมมอง 2.7K8 ปีที่แล้ว
СВЕТОДИОДНАЯ ПОДСВЕТКА СТОЛА СВОИМИ РУКАМИ
С рождеством христовым!!!
Good luck!!!
С наступающим дипломом!:)
Не ну все понятно че!!! С наступающим!!!
Через хамачи создавал?
Вот тут гайд смотрел: th-cam.com/video/U2aU48fqHd8/w-d-xo.html
спасибо, надо будет глянуть)
Очень интересно!!!!
Кайф 🥰
Брат, залетел в тренды моего аккаунта
Работаем 💪
Удачи в написании, Александр!!
Добра и позитива
= Добро пошло =
Главное-дергать ножками
Good lesson
Wow… new level!!
This bro is unstoppable
Thanks for your support!
Добрый день, Александр! Проводите ли вы консультации в зуме?
Пока не задумывался об этом...
Спасибочки, мне помогло! Уважаю вас за такую помощь
Здравствуйте, Александр! Побольше бы таких видео, очень пригодились
хуйня какая то
Александр, так же возможно сделать используя Map
Да, это может быть аналогичное решение :)
🧐
Спасибо за твой труд, очень помог!
👍🏻
Очень полезно, спасибо
Спасибо, очень познавательно!
Очень полезно, спасибо!
попробуем
А такая лента подойдет? got.by/263gbx
Думаю, что да
а питается от чего?
et2mk взял обычный блок питания от стационарного телефона на 12в
а если питать от блока питания системного блока?благо там запас мощности чуть ли не половина от максимальной мощности.А так классно
et2mk через MOLEX обычно подключают. есть подобные видео.
нормально, спасибо
Я старался)