captainmejbah
The first step toward success is taken when you refuse to be a captive of the environment in which you first find yourself.
JnU,CSE.Dhaka,Bangladesh
Pinned Repositories
Algorithm.c
Algorithm by Mejbah
captainmejbah
Config files for my GitHub profile.
CBTCIP
ProjectFakeNews
@2nd ai project
revinns-task-by-mejbah
SwitchAlgoithm.c
#include<stdio.h> int main() { printf("Choose your algorithm....\n\n"); printf("..........Algorithm..........\n\n"); printf("1.Data Structure 2.Graph Algorithm\n\n"); int choice; printf("Enter your choice: \n"); scanf("%d",&choice); switch(choice) { case 1: printf("1.Linear search\n"); printf("2.Binary search\n"); printf("3.Counting sort\n"); printf("4.Selection sort\n"); p
TechnoHacks
captainmejbah's Repositories
captainmejbah/CBTCIP
captainmejbah/Algorithm.c
Algorithm by Mejbah
captainmejbah/captainmejbah
Config files for my GitHub profile.
captainmejbah/ProjectFakeNews
@2nd ai project
captainmejbah/revinns-task-by-mejbah
captainmejbah/SwitchAlgoithm.c
#include<stdio.h> int main() { printf("Choose your algorithm....\n\n"); printf("..........Algorithm..........\n\n"); printf("1.Data Structure 2.Graph Algorithm\n\n"); int choice; printf("Enter your choice: \n"); scanf("%d",&choice); switch(choice) { case 1: printf("1.Linear search\n"); printf("2.Binary search\n"); printf("3.Counting sort\n"); printf("4.Selection sort\n"); p
captainmejbah/TechnoHacks