Pinned Repositories
cpp-binary-search
C++ code for Binary Search
cpp-spoj-challenges
My solutions to spoj website problems
cpp-strassen-algorithm
C++ code for Strassen algorithm (Matrix Multiplication)
django-instagram-account-management-api
A website to manage instagram following bot
django-saffron-shop-api
A saffron shop written in Django
express-shop-api
backend for a full featured shop website using expressjs and mongoDB
java-sudoku-solver
Java code for Solving Sudoku
js-dijkstra-shortest-path
A pure js solution to shortest path problem
nodejs-gpt-telegrambot
A nodejs code for interaction between a telegram user and GPT 3.5 model
vuejs-online-judge-website
an online-judge website developed in Vue.js
sajjadpoores's Repositories
sajjadpoores/express-shop-api
backend for a full featured shop website using expressjs and mongoDB
sajjadpoores/java-sudoku-solver
Java code for Solving Sudoku
sajjadpoores/cpp-strassen-algorithm
C++ code for Strassen algorithm (Matrix Multiplication)
sajjadpoores/cpp-binary-search
C++ code for Binary Search
sajjadpoores/cpp-large-numbers-sum
C++ code for Sum of string integers
sajjadpoores/cpp-matrix-multiplication
C++ code for Matrix Multiplication (non-recursive)
sajjadpoores/cpp-merge-sort
C++ code for Merge Sort
sajjadpoores/cpp-quick-sort
C++ code for Quick Sort
sajjadpoores/cpp-recursive-matrix-multiplication
C++ code for Matrix Multiplication (recursive)
sajjadpoores/cpp-ternary-search
C++ code for Ternary Search
sajjadpoores/django-saffron-shop-api
A saffron shop written in Django
sajjadpoores/js-dijkstra-shortest-path
A pure js solution to shortest path problem
sajjadpoores/cpp-spoj-challenges
My solutions to spoj website problems
sajjadpoores/django-instagram-account-management-api
A website to manage instagram following bot
sajjadpoores/nodejs-gpt-telegrambot
A nodejs code for interaction between a telegram user and GPT 3.5 model
sajjadpoores/vuejs-online-judge-website
an online-judge website developed in Vue.js
sajjadpoores/cpp-8queen-hill-climbing
Solution to 8 Queen problem using hill climbing algorithm
sajjadpoores/nestjs-messaging-microservice
A microservice architecture Nest.js app handling all required APIs for a messaging application
sajjadpoores/not-perfect-budget-manager
A budget manager for individuals, couples, families and companies.
sajjadpoores/TIC-TAC-TOE
single/multi player console tic tac toe (variant single player difficulty)
sajjadpoores/typescript-gpt-queue
A nodejs app that can handle multiple accounts and multiple prompts and ask them from openai gpt models