Skip to content
Wednesday, November 26, 2025
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Blog Series
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
>>
  • Home
  • algorithm

Tag: algorithm

C# program to find nth prime number
Code stuffs C#

C# program to find nth prime number

May 14, 2023May 14, 2023

Here is the C# program that can find the nth (100000 in this program) prime number: The program starts by initializing primeCount to 0, which

Read More

algorithm, code, c#, Programming, prime numbers, math, loop, sqrt function
Share
Write a program to find the maximum element in an array using linear search.
Code stuffs C#

Write a program to find the maximum element in an array using linear search.

May 14, 2023May 14, 2023

In computer science, searching for a particular element in a data structure is a very common task. One of the simplest ways to search for

Read More

Programming, array, linear search, maximum element, searching, data structures, .net, computer science, algorithm, code, c#
Share
Default

k-means Clustering

February 22, 2014

The k-means algorithm, a straightforward and widely used clustering algorithm. Given a set of objects (records), the goal of clustering or segmentation is to divide

Read More

Given, segmentation, goal, task, k, tasks, k-means, Thus, means, unsupervised, method, algorithm, Note, algorithms, notion, cluster, procedure, clustering, purposes, data, regression
Share
The Top 10 Essential Algorithms in Data Mining: A Comprehensive Guide
Data Mining Machine Learning Algorithms

The Top 10 Essential Algorithms in Data Mining: A Comprehensive Guide

February 20, 2014August 7, 2025

Data mining has revolutionized how we extract meaningful insights from vast datasets. At the heart of this field lie powerful algorithms that have shaped modern

Read More

Classification, machine learning, clustering, Adaboost, data, data mining, algorithm, Ensemble, data science, algorithms, k-means, analysis, learning, Apriori, Link, Association, Naïve, Bayes, PageRank, C4.5, Statistical, CART, SVM
Share
Data Mining

Data Mining to measure the financial crisis in Governments

February 18, 2014

When it comes to evaluate the financial condition of the government, the process is focused in 4 dimension which are Sustainability Solvency Flexibility Financial Independence

Read More

degree, node, accuracy, Governments, rectification, characterization, Machine, Support, detection, obligations, addition, Greenberg, resources, Chesney, management, System, dimension, occurrence, algorithm, Hillier, savings, CICA, managers, technique, existence, officers, algorithms, implementation, sector, concept, margin, tensions, expenditure, payments, aspect, importance, segmentation, context, maximization, tree, extension, phenomenon, aspects, incorporation, series, councils, measurement, trees, factors, prediction, basis, Independence, situation, crises, method, users, Financial, principle, behavior, indicators, sizes, crisis, methodology, variables, fourth, probabilities, capital, induction, Solvency, data, Networks, Vector, goal, purpose, CHAID, inhabitant, Spanish, decision, Neural, version, account, government, receipts, characteristics, instrument, statement
Share
Code stuffs

Code for drawing a line using Bresenham algorithm in Javascript

March 2, 2013

Here is the snippet for drawing a line in javascript. function drawline(xa,ya,xb,yb){    var dx=Math.abs(xa-xb);    var dy=Math.abs(ya-yb);    var p=2*dy-dx;    var twody=2*dy;    var twodydx=2*(dy-dx);    var x,y,xend;    

Read More

algorithm, bresenham, bresenham line drawing algorithm, canvas, code, html5, javascript
Share

Recent Posts

  • Azure AI Foundry Deep Dive Series Part 5: Cost Optimization Strategies for AI Workloads
  • Azure AI Foundry Deep Dive Series Part 4: Custom Model Training and Fine-Tuning Workflows
  • Azure AI Foundry Deep Dive Series Part 3: Integrating OpenAI and Anthropic Claude Models with Intelligent Routing
  • Azure AI Foundry Deep Dive Series Part 2: Building Production AI Applications with Enterprise Architecture
  • Azure AI Foundry Deep Dive Series: Introduction to Microsoft’s Unified AI Platform

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Information Systems Software Engineering Project Management

    Stakeholders, The Players of an Information System

    May 1, 2021September 3, 2025
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • AI Azure Cloud Computing Cost Management

    Azure AI Foundry Deep Dive Series Part 5: Cost Optimization Strategies for AI Workloads

    November 26, 2025November 21, 2025
  • AI Machine Learning Azure Cloud Computing

    Azure AI Foundry Deep Dive Series Part 4: Custom Model Training and Fine-Tuning Workflows

    November 25, 2025November 21, 2025
  • AI Azure Cloud Computing OpenAI Anthropic

    Azure AI Foundry Deep Dive Series Part 3: Integrating OpenAI and Anthropic Claude Models with Intelligent Routing

    November 24, 2025November 21, 2025
  • AI Azure Cloud Computing Architecture

    Azure AI Foundry Deep Dive Series Part 2: Building Production AI Applications with Enterprise Architecture

    November 23, 2025November 21, 2025

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother | Father of a beautiful Angel

  • facebook
  • twitter
  • linkedin
  • instagram

Featured Posts

Devops Kubernetes Docker Tutorial

How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

October 6, 2025October 6, 2025
Setting up the Kubernetes Dashboard on your local Docker Desktop can seem daunting, but it's
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023

You May Have Missed

Health Mental Health Developer Wellness Support Systems Professional Development

The Complete Picture: Balancing Professional and Personal Support Systems

November 20, 2025October 24, 2025
Developer Wellness Family Support Mental Health Relationships

For Parents, Partners, and Friends: A Guide to Supporting Your Loved One in Tech

November 19, 2025October 23, 2025
Mental Health Developer Wellness Workplace Rights HR Policies

The HR Conversation: When and How to Involve HR in Your Mental Health Journey

November 18, 2025October 23, 2025
Mental Health Developer Wellness Tech Culture Support Systems

Finding Your Tech Tribe: The Power of Peer Support Groups

November 17, 2025October 23, 2025
All Rights Reserved 2025.