/* dlinkedlist.c: This programs is implementation of doubly linked lis…
Read more/* */ #include<stdio.h> struct student { char name[2…
Read more#include <stdio.h> #include <stdlib.h> #include <memory.…
Read more#include<stdio.h> struct date { int year; int mon…
Read more/* system example : DIR */ #include <stdio.h> #include <stdlib.…
Read more/* CREATING CIRCULAR HEADER LINKED LIST */ /* CIRCLIST.C */ # include &l…
Read more/* DELETE A NODE FROM A SIMPLE DOUBLY LINKED LIST */ # include <stdio.h&g…
Read more/* INSERTING FIRST NODE IN THE DOUBLY LINKED LIST */ /* DBL_IF.C */ # in…
Read more/* INSERTING SOME NODES IN THE DOUBLY LINKED LIST */ /* DBL_IL.C */ # in…
Read more/* CREATING A SIMPLE DOUBLY LINKED LIST */ /* DBLINK.C */ # include <…
Read more/* MERGING TWO DOUBLY LINKED LISTS (ASCENDING ORDER) */ /* DBL_MRG.C */ …
Read more/* This is a basic program of Insertion sort. Author: Afiz Date: *…
Read more/* This is a basic program of Selection sort. Author: Afiz Date: *…
Read moreBubble sort: comparisons O(n2), Swaps O(n2) Selection Sort: Comparisons O(n…
Read more/* * FormatSpecifiers.c * Copyright 2013 Afiz <afiz@afiz-Extensa-4…
Read moreA function provides a convenient way to encapsulate some computation, which …
Read moresource code: #include <stdio.h> int main(int argc, char **argv) {…
Read more/* LinkedList.c: this program is implementation of LinkedList in C. Date:…
Read more/* * static_c.c * * Copyright 2014 Afiz * * */ …
Read more#include <stdio.h> #include <string.h> char str[100], sub[100];…
Read moreIn this code sample, we will see how to measure the execution time of python fu…
Read moreCheat sheets come in handy when working on projects. Instead of going through …
Read moredeque is a double-ended queue, which supports adding and removing elements fr…
Read moreIn this blog, I will share 7 FREE resources to master Power BI 1. Microsoft L…
Read more
Social Plugin