Sat.Aug 27, 2022

article thumbnail

Basic Tenets of Delta Lake

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction With the growth of the data industry, there is an increasing need to store and process such a vast amount of data. At present, businesses can collect more data than ever before. These data contain valuable insights into business and customers if […]. The post Basic Tenets of Delta Lake appeared first on Analytics Vidhya.

article thumbnail

Setting Up CI/CD Using GitHub Actions

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction CI/CD refers to the process in which your development team involves frequent code changes pushed in the main branch while ensuring that it does not impact any changes made by developers working parallelly. It provides smooth and convenient management. We will be doing […].

article thumbnail

Solving C Language’s Famous Interview Question with Greedy Algorithm

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction This article will solve a famous interview question that the greedy approach can optimally solve. You can find the complete question here. I will teach everything from very basic, like explaining the algorithm, proof of concept, and time complexity, and then I will […].