Pinned Repositories
Anagrams
Check if two strings are anagrams.
AnagramsAndPalindromes
Practicing Anagrams and Palindromes
articles
Binary
Given an integer, convert it to binary. Then find and print the binary value and the maximum number of consecutive 1's in the binary representation.
BST
Creating a Binary Tree and calculating the height and traversing it in Breadth First Search mode
configrepo
configserver
ionic4j
Simple Ionic-Jhipster app
lottery
mrlottery
AliAMQ's Repositories
AliAMQ/Anagrams
Check if two strings are anagrams.
AliAMQ/AnagramsAndPalindromes
Practicing Anagrams and Palindromes
AliAMQ/articles
AliAMQ/Binary
Given an integer, convert it to binary. Then find and print the binary value and the maximum number of consecutive 1's in the binary representation.
AliAMQ/BST
Creating a Binary Tree and calculating the height and traversing it in Breadth First Search mode
AliAMQ/configrepo
AliAMQ/configserver
AliAMQ/ionic4j
Simple Ionic-Jhipster app
AliAMQ/lottery
AliAMQ/mrlottery
AliAMQ/NumberOfBSTs
You are given a list of sorted integers. you need to return the total number of possible BSTs.
AliAMQ/NumberOfSwitches
N light bulbs are connected by a wire. Each bulb has a switch associated with it, however due to faulty wiring, a switch also changes the state of all the bulbs to the right of current bulb. Given an initial state of all bulbs, find the minimum number of switches you have to press to turn on all the bulbs.
AliAMQ/PrimeFactors
Given an even number ( greater than 2 ), return two prime numbers whose sum will be equal to given number.
AliAMQ/Recursion
The concept of recursion
AliAMQ/restproject
AliAMQ/SimpleCrmBackend
Practicing backend microservice development based on MVC design pattern (view is not included. It will be handled in a separate microservice using a frontend framework). This is a Maven project written in Java and developed using the concept of Object Oriented Programming, REST API and JSON Web Tokens. The data layer behind this project is a Relational Database handled via Hibernate for a MySQL server.
AliAMQ/SimpleCrmFrontend
The frontend project for "SimpleCrmBackend" project.
AliAMQ/singlevalue
Given an array of integers, every element appears twice except for one. Find that single one. The algorithm should have a linear run-time complexity.
AliAMQ/talentactor
CRM for TalentActor
AliAMQ/testapp