Close

Travelling salesman problem

The traveling salesman problem is a mathematical optimization problem that asks for the shortest possible route that visits a set of cities once and only once. The problem is NP-hard, meaning that it is complicated to solve. However, many heuristics can be used to find reasonable solutions.

SunExpress Veri Sızıntısı Bildirimi

SunExpress Veri Sızıntısı Bildirimi

SunExpress tarafından KVKK’ a yapılan açıklamadan bazı müşteri bilgilerinin ele geçirildiği bildirildi. Veri sorumlusu sıfatını haiz Güneş Ekspres Havacılık A.Ş. (SunExpress) tarafından Kurula iletilen veri ihlal bildiriminde özetle; bilgilerine yer verilmiştir. Bilgi kaynağı KVKK sitesinde ilgili sayfa

Devamını Oku

Security in DevOps and AWS with AWS IAM

Security in DevOps and AWS with AWS IAM

Keep your systems and data secure. DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide continuous delivery with high quality. Security is an integral part of DevOps. By following security best practices, you […]

Devamını Oku

The Traveling Salesman Problem: A Classic Optimization Problem

The Traveling Salesman Problem: A Classic Optimization Problem

The Traveling Salesman Problem (TSP) is a classic optimization problem in computer science. It is a problem of finding the shortest possible route that visits all of a set of cities once and then returns to the starting town. The TSP is NP-hard, meaning no known polynomial-time algorithm exists to […]

Devamını Oku

To Be More Productive, Think Algorithmically

To Be More Productive, Think Algorithmically

In today’s fast-paced world, staying productive cannot be easy. There are always more tasks than time to do, and it can be easy to feel overwhelmed. However, you can do a few simple things to improve your productivity by thinking algorithmically. Break down large tasks into smaller ones. One of […]

Devamını Oku

Solving The Biggest Challenge In Remote Work

Solving The Biggest Challenge In Remote Work

The article highlights the challenge of integrating junior employees in remote and hybrid work environments and suggests a structured mentoring program. The mentoring program should pair senior staff members with junior staff for virtual mentoring sessions. The senior staff member from the junior colleague’s team should meet with them monthly […]

Devamını Oku

Traveling salesman problem

Travelling salesman problem

The traveling salesman problem (also called the traveling salesperson problem or TSP) asks: “Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?” It is an NP-hard problem in […]

Devamını Oku

What Are the Principles of Agile Project Management?

What Are the Principles of Agile Project Management?

Agile project management is an approach that aims to be more flexible, responsive, and adaptable to changes to increase the likelihood of success. It is based on 12 principles outlined in the Agile Manifesto, developed in 2001 by software developers frustrated with traditional project management methods. These principles include satisfying […]

Devamını Oku

Traveling Salesman Problem using Hill Climbing

Traveling Salesman Problem using Hill Climbing

Hill climbing is a mathematical optimization algorithm whose purpose is to find the best solution to a problem with a (large) number of possible solutions. Explaining the algorithm (and optimization in general) is best done using an example. In the Travelling salesman problem, we have a salesman who needs to […]

Devamını Oku

Implementation of the Travelling Salesman problem using the Genetic Algorithm

Implementation of the Travelling Salesman problem using the Genetic Algorithm

The Traveling Salesman Problem (TSP) is a well-known problem in computer science and operations research. It involves finding the shortest route that visits a given set of cities and returns to the starting point. Genetic algorithms (GAs) are famous for solving TSPs because they can find approximate solutions to complex […]

Devamını Oku