Algorithms
-
Core Java
Checking if a Number is a Palindrome in Java
In coding challenges, checking if a number is a palindrome is a basic and common problem. A palindrome refers to…
Read More » -
Core Java
How to Find the Closest Integer to a Target Value in a Java List
In this article, we will explore how to find the closest integer to a given target value in a Java…
Read More » -
Software Development
How To Conquere Data Structures and Algorithms
Mastering data structures and algorithms is a transformative journey for any aspiring software engineer. It’s not just about acing technical…
Read More » -
Core Java
Vigenère Cipher in Java
The Vigenère cipher is a classic method of encryption that utilizes a keyword to create a more complex substitution, making…
Read More » -
Software Development
Navigating Efficiency and Perfection: An Exploration of Alternative Approaches to Dijkstra’s Algorithm
In this comprehensive article, we embark on a journey through the intricacies of Dijkstra’s Algorithm, a fundamental and powerful tool…
Read More » -
Software Development
Resolve coreference using Stanford CoreNLP
Coreference resolution is the task of finding all expressions that refer to the same entity in a text. Stanford CoreNLP…
Read More » -
Core Java
The Knapsack problem
I found the Knapsack problem tricky and interesting at the same time. I am sure if you are visiting this…
Read More » -
Software Development
Fibonacci and Lucas Sequences
This posts touches on three of my favorite topics – math, transferring knowledge through experience (tutorial unit tests) and the…
Read More »
- 1
- 2