Skip to content
KenteCode AI Blog
  • Home
  • General
  • SQL Server
  • Data Analytics
KenteCode AI Blog
  • Home
  • General
  • SQL Server
  • Data Analytics

About:vincentamedekah@gmail.com

Posts by vincentamedekah@gmail.com :

C++ Program to illustrate file handling, inheritance and polymorphism

Posted on January 25, 2019 by Vincent Kofi Amedekah

This program enforces the concept of inheritance and polymorphism which are parts of the Object Oriented Design of the C++ language. The Program accesses a file named roster.dat which must be placed in the same directory in which this source file is executed. The File roster.dat is attached as a separate file, without this file […]

Read More

C++ Program to output nodes of a tree using inorder tree traversal algorithm

Posted on January 25, 2019 by Vincent Kofi Amedekah

This program outputs the nodes of a tree using inorder tree traversal algorithm. Each Node is prefixed by k number of “-” where k is the level of the node. I have included comments along to explain, if you find something confusing, drop a comment. #include “iostream” using namespace std; //This template is for creating […]

Read More

C++ Program to illustrate Huffman Compression and Decompression.

Posted on January 25, 2019 by Vincent Kofi Amedekah

Ok, this program will not run for you because l didn’t  include all the files needed to run the program. First of all, this was one of my class assignments and the files that l have included in the header already existed on my machine. l just have to write the code for the algorithm […]

Read More

C++ Program to retrieve Capital City for states in the United States.

Posted on January 25, 2019 by Vincent Kofi Amedekah

The aim of this program is to create a little quiz for kids or even adults. To quickly learn the capital city for each state in the United States. Comments are added for explanation. #include <iostream> #include <string> #include <set> #include <map> using namespace std; //State city class definition class stateCity { public: stateCity (const […]

Read More

  • «
  • 1
  • …
  • 36
  • 37
  • 38
  • 39
  • 40
  • …
  • 78
  • »
Vincent Kofi Amedekah

  • SQL Interview prep quiz 2 : Explain the difference between CTE and a subquery and give some advantages of using one over the other in OLAP vs OLTP systems
  • SQL interview prep quiz 1: Write sql code to print the letters of the English alphabet in upper case without explicitly writing the letters.
  • Predicting the future price of Bitcon using time series analysis
  • Supply Chain Big Data Analysis To Predict Late Delivery Risk Of Customer Orders
  • Differences between aggregation and composition in Python Class
  • How to use analytic functions First_value and Last_value introduced in SQL Server 2012
  • How to use SQL Server extension ROLLUP to summarize data
  • Data profiling using SQL Server Integration Services – SSIS
  • Restore database in sql server
  • Back up database in SQL Server.
  • Ping database in sql server.
  • Shrink database in sql Server.
  • Next word prediction application- Data Science Capstone
  • SQL Script to populate Date Dimension table in the Data warehouse.
  • Machine Learning predicting quality of exercise performed using smart wearable device data.
  • Comparing accuracy of prediction of Alzheimer’s diagnosis by Machine Learning Algorithms Random Forest, Boosted Trees and Linear Discriminant Analysis to a stack prediction of all the three Algorithms.
  • Brief introduction to the R package caret for Machine Learning.
  • Notes on SDLC Models
  • SQL Procedure to allow registration of only employees of your company for your site.
  • ETL Process in Data Warehouse
  1. Home
  2. Articles Posted by Vincent Kofi Amedekah
  3. (Page 38)
©2025 All Rights Reserved. KenteCode.ai