Open in app
Home
Notifications
Lists
Stories

Write
Tan Yan Lyn
Tan Yan Lyn

Home

Mar 14, 2021

SQL for beginners

What is SQL? SQL stands for Structured Query Language. It’s a standard and widely adopted language used to access and manipulate data in relational database management systems. In other words, it allows us to communicate with databases and work with data. Some popular SQL Database systems in the world include MySQL, Oracle, PostgreSQL…

Sql

3 min read


Mar 13, 2021

The Knapsack Problem (& a short introduction to Dynamic Programming)

Difficulty Level: Medium The Problem The Knapsack Problem is an interesting problem of combinatorial optimization — given the weights and values of n items, determine the optimal combination of items within the given weight limit to maximize the total value in the knapsack. The input to the problem is usually given by…

Dynamic Programming

4 min read

The Knapsack Problem (& a short introduction to Dynamic Programming)
The Knapsack Problem (& a short introduction to Dynamic Programming)
Tan Yan Lyn

Tan Yan Lyn

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable