
A passionate Android and software developer dedicated to creating innovative solutions and enhancing user experiences.
AI is analyzing your overall score…
Identifying your key strengths…
Evaluating your skill match against the job requirements…
Assessing your cultural and operational fit
Recursion
September 29, 2023 – September 29, 2023
Recursion is a process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called a recursive function.
View ProjectHeap
September 29, 2023 – September 29, 2023
A Heap is a special Tree-based data structure in which the tree is a complete binary tree.
View ProjectBreathFirstSearch_and_DepthFirstSearch
September 15, 2023 – September 15, 2023
This respository contains the simple and understable code for the Breath First Search and Depth First Search written inside the Binary Search Tree class
View ProjectHashTable
September 15, 2023 – September 15, 2023
Hash Table is a data structure which stores data in an associative manner. In a hash table, data is stored in an array format, where each data value has its own unique index value. Access of data becomes very fast if we know the index of the desired data.
View ProjectDoubleLinkedList
September 11, 2023 – September 11, 2023
A doubly linked list (DLL) is a special type of linked list in which each node contains a pointer to the previous node as well as the next node of the linked list.
View ProjectGraph
September 9, 2023 – September 9, 2023
Graph is a non-linear data structure consisting of vertices and edges.
View ProjectBinary-Search-Tree
September 9, 2023 – September 9, 2023
Binary Search Tree is a node-based binary tree data structure which has the following properties: The left subtree of a node contains only nodes with keys lesser than the node’s key. The right subtree of a node contains only nodes with keys greater than the node’s key. The left and right subtree each must also be a binary search tree.
View ProjectQueue
September 9, 2023 – September 9, 2023
A Queue is defined as a linear data structure that is open at both ends and the operations are performed in First In First Out (FIFO) order.
View ProjectStack
September 9, 2023 – September 9, 2023
Stack is a linear data structure that follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out).
View ProjectLinkedList
September 9, 2023 – September 9, 2023
Linked List can be defined as collection of objects called nodes that are randomly stored in the memory.
View ProjectCultural Fit Analysis
The candidate's projects are exclusively focused on fundamental data structures and algorithms in Java. While this demonstrates a foundational technical interest, there is no diversity in project types (e.g., web applications, distributed systems, APIs) or technologies beyond Java. This narrow focus, coupled with the absence of professional experience, suggests a potential gap in understanding real-world software development practices and team environments, which might impact cultural fit in a dynamic backend engineering role.
Soft Skills & Operational Fit
Insufficient data to assess soft skills and operational fit. The candidate's projects are primarily academic implementations of data structures, offering no insight into collaboration, problem-solving in a team context, or handling complex operational scenarios.