Learn the difference between statically and dynamically typed languages.
Also find me here:
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Baeldung on Computer Science
- All
- Machine Learning (45)
- Algorithms (41)
- Networking (40)
- Programming (36)
- Math and Logic (30)
- OS (19)
- Computer Vision (19)
- Artificial Intelligence (18)
- Deep Learning (16)
- Trees (15)
- Data Structures (15)
- Security (14)
- Latex (13)
- Sorting (12)
- Software Architecture (11)
- Core Concepts (10)
- Graphs (8)
- Searching (6)
- Web (4)
- Graph Traversal (4)
- Data Science (4)
- Series (3)
- Path Finding (3)
- Graph Theory (3)
- Concurrency (1)
Real World Examples of Tree Structures
Filed under Data Structures, Trees
Have a look at real-world examples of tree structures, in the areas of game development, databases, and machine learning.
Segment Tree and Its Applications
Filed under Data Structures, Trees
Learn how to create a segment tree.
Understanding Routing Table Entry
Filed under Networking, Security
Learn what routing tables are and how they are used.
Pattern Recognition in Time Series
Filed under Machine Learning
A quick and practical guide to detecting patterns in time series.
Distributed System vs. Distributed Computing?
Filed under Software Architecture
Learn the difference between distributed systems and distributed computation.
Find the Majority Element of an Array
Filed under Searching
Learn how to find the majority value of an array.
Request Timed Out vs. Destination Host Unreachable
Filed under Networking
Learn about “Request Timed Out” and “Destination Host Unreachable” error messages and how to diagnose them.
The Difference Between an Argument and a Parameter
Filed under Programming
Learn the difference between arguments and parameters.