Pinned Repositories
30-seconds-of-golang
Short Golang code snippets for all your development needs
8queens
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. For example, following is a solution for 4 Queen problem. The expected output is a binary matrix which has 1s for the blocks where queens are placed.
A_star
In computer science, A* (pronounced as "A star") is a computer algorithm that is widely used in pathfinding and graph traversal, which is the process of plotting an efficiently directed path between multiple points, called "nodes". It enjoys widespread use due to its performance and accuracy. However, in practical travel-routing systems, it is generally outperformed by algorithms which can pre-process the graph to attain better performance,[1] although other work has found A* to be superior to other approaches.[2] Peter Hart, Nils Nilsson and Bertram Raphael of Stanford Research Institute (now SRI International) first published the algorithm in 1968.[3] It is an extension of Edsger Dijkstra's 1959 algorithm. A* achieves better performance by using heuristics to guide its search.
AdGuardHome
Network-wide ads & trackers blocking DNS server
adsys
Active Directory bridging tool suite
algoGo
Here I implement and share algorithms and programming problems in Go language
coderbyte-golang
Selected Coderbyte challenges in Golang.
go-1
The Go programming language
jwt
Community maintained clone of https://github.com/dgrijalva/jwt-go
perspolis
ehsan-a-kian's Repositories
ehsan-a-kian doesn’t have any repository yet.