Abhishek Chand (@abhichand26)
  • Stars
    star
    74
  • Global Rank 258,484 (Top 9 %)
  • Followers 17
  • Following 14
  • Registered over 5 years ago
  • Most used languages
    C
    70.4 %
    Python
    3.7 %
  • Location ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • Country Total Rank 8,106
  • Country Ranking
    C
    173

Top repositories

1

vehicle-routing

Vehicle Routing Pickup-Delivery scheduling is implemented, which used a meta-heuristic algorithm known as Tabu Search to determine the most efficient route for each vehicle.
Jupyter Notebook
9
star
2

kruskal-mst

Implementation of Kruskal Algorithm to find minimum spanning tree using Union-Find method
C
8
star
3

sorting-algorithms

Implementation of sorting algorithms like Bubble, Selection, Insertion, Merge, Quick and Heap Sort.
C
6
star
4

v-SVR-using-brain-storm-optimization

Using PCA feature selection and then optimizing parameters of v-SVR (nu-SVR) model using Brain Storm Optimization to predict stock price using various indicators.
Jupyter Notebook
6
star
5

dijkstra-list

Implementation of Dijkstra Algorithm using Adjacency List to find single source shortest path
C
4
star
6

floyd-warshall-algorithm

Implementation of Floydโ€“Warshall algorithm to find all-pair shortest paths
C
3
star
7

longest-common-subsequence

Program to find longest common sub-sequence using Dynamic Programming
C
3
star
8

prims-mst

Implementation of Prims Algorithm to find minimum spanning tree using Adjacency List
C
3
star
9

google-images-scrap

A python script to scrap google images using Selenium
Python
3
star
10

matrix-chain-multiplication

Program to find minimum no. of multiplications required to find product of n matrices using Dynamic Programming
C
3
star
11

searching-algorithms

Implementation of Linear & Binary Search
C
2
star
12

fibonacci-term

A program to calculate n'th term of Fibonacci series using dynamic programming
C
2
star
13

optimal-binary-search-tree

Program to implement Optimal Binary Search Tree using Dynamic Programming
C
2
star
14

longest-common-subword

Program to find longest common sub-words using Dynamic Programming
C
2
star
15

priority-queue

Implementation of Priority Queue data structure
C
2
star
16

activity-selection

Implementation of Activity Selection
C
2
star
17

longest-increasing-sequence

Program to find longest increasing sequence using Dynamic Programming
C
2
star
18

bellman-ford-algorithm

Implementation of Bellman-Ford Algorithm to find single source shortest path while handling negative cycles
C
2
star
19

breadth-first-search

Implementation of breadth first search
C
2
star
20

sentimental-analysis

Implementation of various classification techniques to classify movie reviews as positive or negative sentiment
Jupyter Notebook
2
star
21

k-means

Implementation of k-means algorithm for clustering
Jupyter Notebook
1
star
22

depth-first-search

Implementation of depth first search
C
1
star
23

clara-clustering

Implementation of CLARA for clustering
Jupyter Notebook
1
star
24

fractional-knapsack

Implementation of fractional knapsack problem
C
1
star
25

0-1-knapsack

Program to implement 0-1 knapsack problem
C
1
star
26

decision-tree

Implementation of decision tree
Jupyter Notebook
1
star
27

apriori-algorithm

Implementation of Apriori algorithm for Association Rule Mining
Jupyter Notebook
1
star