CSVeda Posts

Linear Regression is one of the most basic techniques of predictive analytics in machine learning and statistical mathematics. It is based on the basic statistical technique of finding relationships between…

Data Science Machine Learning

Stacks, as you already know, are based on Last-In First-Out (LIFO) technique. The last element added in a stack is the first one to be deleted. Addition of an element…

Data Structures Python

Python

Python

PL/SQL Trigger is block of code attached to an event that may occur on a data table.   Trigger is a stored block with [Declare], Begin, End and Associated with a…

PL/SQL

A linked list is a linear data structure referred to as a collection of similar elements linked in a linear order. The basic unit in a linked list is a…

Python

Python Dictionary is another compound type like list and tuple in Python. It is different from these two compound types because you can use immutable keys to access elements instead…

Python

Python

Python

Python