Khadija Ashraf

Khadija Ashraf @khadijaashraf

About: Full Stack Developer with Scientific Research expertise.

Joined:
Mar 11, 2025

Khadija Ashraf
articles - 5 total

Unfolding: LeetCode 560. Subarray Sum Equals K

A disguised medium difficulty problem in LeetCode. We must honor this as a hard one... :) Source...

Learn More 0 0May 22

Data Structure & Algorithm: Merge Sort

Recursive Algorithm: Step 1: find the mid index of the array Step 2: go for sorting left half Step...

Learn More 0 0Mar 19

Data Structure & Algorithm: Quick Sort

The algorithm: chose an element from the input array (arbitrary or, or the first, or the last...

Learn More 0 0Mar 17

Data structure: Implement Type safe, Generic, Double-ended Queue.

Today we will implement a Double-ended queue in Java. We will use generics so that our queue can work...

Learn More 1 0Mar 16

Beginner Tutorial: Build, Test, and deploy Spring Boot microservices with MongoDB and Docker

This is a beginner application to create a group of microservices to perform CRUD and filtering on a...

Learn More 0 0Mar 13