Soluții

How to use GPS Map Navigation on Amazfit Trex 2

The Amazfit 2 is a premium rugged smartwatch that runs on Amazfit’s ZeppOS supports additional apps to install. One such app that is supported is GPS navigation which shows you directions when you start Google Maps navigation on your phone.

The Amazfit Trex 2 supports live map navigation updates that are running on your phone.

[mai mult...]

Compute all the Permutation of the String with Python

Recursion is used to find the permutations of a string yup.

  • The if condition prints string passed as argument if it is equal to the length of yub.
  • In each iteration of the for loop, each character of yup is stored in words.
  • The elements of words are swapped. In this way, we achieve all different combinations of characters.
[mai mult...]