🎓 B.Sc. Computer Science and Mathematics Graduade

📫 How to reach me: DorAzaria@gmail.com

A quick learner, self-driven, independent, and self-taught. I am a tech geek, passionate about state-of-the-art tech, algorithms, space, and AI. I am looking for a company where I can grow with a resolute team of people. I like to take projects to excellence. I have authored more than five academic books containing exams and solutions for courses in my university. I also summarized courses with a total number of about 2,000 latex pages.

LinkedIn

Recent posts

Decision Tree Algorithm

8 minute read

Decision tree learning or induction of decision trees is one of the predictive modelling approaches used in statistics, data mining and machine learning. It...

Pandas Tutorial - Python

4 minute read

Pandas is a Python library that gives structure to data, it also makes it very easy to access this data as well as manipulate it.

Dynamic Huffman Coding

2 minute read

Adaptive Huffman coding (also called Dynamic Huffman coding) is an adaptive coding technique based on Huffman coding. It permits building the code as the sym...

Embracing Packet Loss in TCP Congestion Control

6 minute read

a network packet is a formatted unit of data carried by a packet-switched network. A packet consists of control information and user data; the latter is also...