बहुत अच्छा सुझाव, @LorenHawthorne - और मुझे लगता है कि हम इसे अपेक्षाकृत आसानी से कर सकते हैं। यदि मैं आपकी बात सही समझ रहा हूँ, तो आप चाहते हैं कि वह कुछ भी छोड़ दे जिसमें +1 या -1 हो (जैसे वह अभी करता है), लेकिन +-0 को भी रखे ताकि उन्हें खोजना आसान हो।
हाल ही में AdjLists का उपयोग करने के बाद, मैंने सोचा कि क्या यह भी उपयोगी होगा कि “संभावित shrink points” इस तरह से उत्पन्न किए जाएँ (जहाँ वे +-0 के बजाय पहले से ही -1 हैं और केवल पंक्ति की शुरुआत से % को हटाने का इंतज़ार कर रहे हैं ताकि shrink सक्रिय हो जाए:
PSA 2.4 +0% +[2]
PSA 2.5 +0% +[2]
% PSA 2.6 -1
PSA 2.7 +0% +[2] +[3]
PSA 2.8 +0%
% PSA 2.8 -1[2]
PSA 2.9 +0% +[2]
PSA 2.10 +0% +[2]
मुझे नहीं पता कि ऐसी सूची बनाना कितना संभव है, लेकिन यह निश्चित रूप से अन्य बिंदुओं के बीच छिपा हुआ दुर्लभ +-0 को खोजने के लिए बहुत सारी कठिन आँखों की मेहनत बचाएगा।
Nice suggestion, @LorenHawthorne - and I think we could do that relatively easily. If I understand you correctly, you want it to leave anything that has a +1 or -1 (as it does now), but also leave in the +-0 so that they are easier to find.
Having used AdjLists quite a bit recently, I wondered whether it would also be helpful to generate the “potential shrink points” like this (where instead of being +-0 they are already -1 and just waiting for the % to be removed from the start of the line to activate the shrink:
PSA 2.4 +0% +[2]
PSA 2.5 +0% +[2]
% PSA 2.6 -1
PSA 2.7 +0% +[2] +[3]
PSA 2.8 +0%
% PSA 2.8 -1[2]
PSA 2.9 +0% +[2]
PSA 2.10 +0% +[2]
I don’t know how feasible it would be to create the list like that, but it would certainly save a lot of hard eye work looking for the elusive +-0 hidden amongst the other points.
English से मशीन-अनुवादित